#455509

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

Shades of Verdun Green #455509

Tints of Verdun Green #455509

Color information

#455509 (or 0x455509) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 09. RGB value is (69,85,9). Sum of RGB (Red+Green+Blue) = 69+85+9=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #455509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455509 is #BAAAF6. Grayscale: #474747. Windows color (decimal): -12233463 or 611653. OLE color: 611653.

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

Color convert

RGB69859-
CMYK0.1900.890.67
HSL72.63º80.85%18.43%-
HSV(B)72.63º89.41%33.33%-
XYZ5.757.781.46-
YUV71.5592.7126.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 85 (33.59% from 255) = 52.15%
BLUE value IS 9 (3.91% from 255) = 5.52%
R=42.33%
G=52.15%
B=5.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal698590.1900.890.6772.6380.8518.43
Hex455591305943495112
Octal1051251123013110311112122
Binary100010110101011001100110101100110000111001001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455509; }

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

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

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

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

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

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

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

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