#40610F

Color #40610F Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #40610F

Tints of Verdun Green #40610F

Color information

#40610F (or 0x40610F) is unknown color: approx Verdun Green. HEX triplet: 40, 61 and 0F. RGB value is (64,97,15). Sum of RGB (Red+Green+Blue) = 64+97+15=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #40610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40610F is #BF9EF0. Grayscale: #4E4E4E. Windows color (decimal): -12558065 or 1007936. OLE color: 1007936.

HSL color Cylindrical-coordinate representation of color #40610F: hue angle of 84.15º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40610F is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB649715-
CMYK0.3400.850.62
HSL84.15º73.21%21.96%-
HSV(B)84.15º84.54%38.04%-
XYZ6.489.671.98-
YUV77.7892.57118.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 97 (38.28% from 255) = 55.11%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=36.36%
G=55.11%
B=8.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497150.3400.850.6284.1573.2121.96
Hex4061F220553E544916
Octal100141174201257612411126
Binary100000011000011111100010010101011111101010100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40610F; }

 p { color: rgb(64,97,15); }

 H1.HeaderClassName
 {
   color: #40610F;
 }
 .AnyTagClassName
 {
   color: #40610F;
 }
</style>
background-color css

<style>
 a { background-color: #40610F; }

 a { background-color: rgb(64,97,15); }

 div.DivClassName
 {
   background-color: #40610F;
 }
 .BgClassName
 {
   background-color: #40610F;
 }
</style>
border-color css

<style>
 span { border-color: #40610F; }

 span { border-color: rgb(64,97,15); }

 td.TdClassName
 {
   border-color: #40610F;
 }
 .TagClassName
 {
   border-color: #40610F;
 }
</style>