#456C06

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

Shades of Verdun Green #456C06

Tints of Verdun Green #456C06

Color information

#456C06 (or 0x456C06) is unknown color: approx Verdun Green. HEX triplet: 45, 6C and 06. RGB value is (69,108,6). Sum of RGB (Red+Green+Blue) = 69+108+6=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 108 (42.58% from 255 or 59.02% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 108 - color contains mainly: green. Hex color #456C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456C06 is #BA93F9. Grayscale: #555555. Windows color (decimal): -12227578 or 420933. OLE color: 420933.

HSL color Cylindrical-coordinate representation of color #456C06: hue angle of 82.94º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #456C06 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB691086-
CMYK0.3600.940.58
HSL82.94º89.47%22.35%-
HSV(B)82.94º94.44%42.35%-
XYZ7.85122.08-
YUV84.7183.58116.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 108 (42.58% from 255) = 59.02%
BLUE value IS 6 (2.73% from 255) = 3.28%
R=37.70%
G=59.02%
B=3.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6910860.3600.940.5882.9489.4722.35
Hex456C62405E3A535916
Octal10515464401367212313126
Binary10001011101100110100100010111101110101010011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456C06; }

 p { color: rgb(69,108,6); }

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

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

 a { background-color: rgb(69,108,6); }

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

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

 span { border-color: rgb(69,108,6); }

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