#414F0C

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

Shades of Verdun Green #414F0C

Tints of Verdun Green #414F0C

Color information

#414F0C (or 0x414F0C) is unknown color: approx Verdun Green. HEX triplet: 41, 4F and 0C. RGB value is (65,79,12). Sum of RGB (Red+Green+Blue) = 65+79+12=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #414F0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414F0C is #BEB0F3. Grayscale: #434343. Windows color (decimal): -12497140 or 806721. OLE color: 806721.

HSL color Cylindrical-coordinate representation of color #414F0C: hue angle of 72.54º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #414F0C is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB657912-
CMYK0.1800.850.69
HSL72.54º73.63%17.84%-
HSV(B)72.54º84.81%30.98%-
XYZ5.046.741.38-
YUV67.1896.86126.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 79 (31.25% from 255) = 50.64%
BLUE value IS 12 (5.08% from 255) = 7.69%
R=41.67%
G=50.64%
B=7.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6579120.1800.850.6972.5473.6317.84
Hex414FC1205545494a12
Octal1011171422012510511111222
Binary100000110011111100100100101010110001011001001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414F0C; }

 p { color: rgb(65,79,12); }

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

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

 a { background-color: rgb(65,79,12); }

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

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

 span { border-color: rgb(65,79,12); }

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