#414207

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

Shades of Verdun Green #414207

Tints of Verdun Green #414207

Color information

#414207 (or 0x414207) is unknown color: approx Verdun Green. HEX triplet: 41, 42 and 07. RGB value is (65,66,7). Sum of RGB (Red+Green+Blue) = 65+66+7=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #414207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414207 is #BEBDF8. Grayscale: #3B3B3B. Windows color (decimal): -12500473 or 475713. OLE color: 475713.

HSL color Cylindrical-coordinate representation of color #414207: hue angle of 61.02º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #414207 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB65667-
CMYK0.0200.890.74
HSL61.02º80.82%14.31%-
HSV(B)61.02º89.39%25.88%-
XYZ4.175.040.95-
YUV58.9798.67132.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 7 (3.12% from 255) = 5.07%
R=47.10%
G=47.83%
B=5.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal656670.0200.890.7461.0280.8214.31
Hex4142720594A3d51e
Octal1011027201311127512116
Binary100000110000101111001011001100101011110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414207; }

 p { color: rgb(65,66,7); }

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

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

 a { background-color: rgb(65,66,7); }

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

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

 span { border-color: rgb(65,66,7); }

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