#455508

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

Shades of Verdun Green #455508

Tints of Verdun Green #455508

Color information

#455508 (or 0x455508) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 08. RGB value is (69,85,8). Sum of RGB (Red+Green+Blue) = 69+85+8=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #455508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455508 is #BAAAF7. Grayscale: #474747. Windows color (decimal): -12233464 or 546117. OLE color: 546117.

HSL color Cylindrical-coordinate representation of color #455508: hue angle of 72.47º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #455508 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB69858-
CMYK0.1900.910.67
HSL72.47º82.8%18.24%-
HSV(B)72.47º90.59%33.33%-
XYZ5.757.781.43-
YUV71.4492.2126.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=42.59%
G=52.47%
B=4.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal698580.1900.910.6772.4782.818.24
Hex455581305B43485312
Octal1051251023013310311012322
Binary100010110101011000100110101101110000111001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455508; }

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

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

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

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

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

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

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

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