#455009

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

Shades of Verdun Green #455009

Tints of Verdun Green #455009

Color information

#455009 (or 0x455009) is unknown color: approx Verdun Green. HEX triplet: 45, 50 and 09. RGB value is (69,80,9). Sum of RGB (Red+Green+Blue) = 69+80+9=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #455009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455009 is #BAAFF6. Grayscale: #444444. Windows color (decimal): -12234743 or 610373. OLE color: 610373.

HSL color Cylindrical-coordinate representation of color #455009: hue angle of 69.3º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #455009 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB69809-
CMYK0.1400.890.69
HSL69.3º79.78%17.45%-
HSV(B)69.3º88.75%31.37%-
XYZ5.377.021.33-
YUV68.6294.36128.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=43.67%
G=50.63%
B=5.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal698090.1400.890.6969.379.7817.45
Hex45509E05945455011
Octal1051201116013110510512021
Binary10001011010000100111100101100110001011000101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455009; }

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

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

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

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

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

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

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

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