#416C0C

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

Shades of Verdun Green #416C0C

Tints of Verdun Green #416C0C

Color information

#416C0C (or 0x416C0C) is unknown color: approx Verdun Green. HEX triplet: 41, 6C and 0C. RGB value is (65,108,12). Sum of RGB (Red+Green+Blue) = 65+108+12=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 108 (42.58% from 255 or 58.38% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 108 - color contains mainly: green. Hex color #416C0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416C0C is #BE93F3. Grayscale: #545454. Windows color (decimal): -12489716 or 814145. OLE color: 814145.

HSL color Cylindrical-coordinate representation of color #416C0C: hue angle of 86.88º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #416C0C is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB6510812-
CMYK0.4000.890.58
HSL86.88º80%23.53%-
HSV(B)86.88º88.89%42.35%-
XYZ7.6111.882.24-
YUV84.287.25114.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 108 (42.58% from 255) = 58.38%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=35.14%
G=58.38%
B=6.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65108120.4000.890.5886.888023.53
Hex416CC280593A575018
Octal101154145001317212712030
Binary100000111011001100101000010110011110101010111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416C0C; }

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

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

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

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

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

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

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

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