#456608

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

Shades of Verdun Green #456608

Tints of Verdun Green #456608

Color information

#456608 (or 0x456608) is unknown color: approx Verdun Green. HEX triplet: 45, 66 and 08. RGB value is (69,102,8). Sum of RGB (Red+Green+Blue) = 69+102+8=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #456608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456608 is #BA99F7. Grayscale: #515151. Windows color (decimal): -12229112 or 550469. OLE color: 550469.

HSL color Cylindrical-coordinate representation of color #456608: hue angle of 81.06º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #456608 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB691028-
CMYK0.3200.920.6
HSL81.06º85.45%21.57%-
HSV(B)81.06º92.16%40%-
XYZ7.2510.791.93-
YUV81.4286.57119.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.55%
GREEN value IS 102 (40.23% from 255) = 56.98%
BLUE value IS 8 (3.52% from 255) = 4.47%
R=38.55%
G=56.98%
B=4.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6910280.3200.920.681.0685.4521.57
Hex456682005C3C515516
Octal105146104001347412112526
Binary100010111001101000100000010111001111001010001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456608; }

 p { color: rgb(69,102,8); }

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

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

 a { background-color: rgb(69,102,8); }

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

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

 span { border-color: rgb(69,102,8); }

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