#455004

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

Shades of Verdun Green #455004

Tints of Verdun Green #455004

Color information

#455004 (or 0x455004) is unknown color: approx Verdun Green. HEX triplet: 45, 50 and 04. RGB value is (69,80,4). Sum of RGB (Red+Green+Blue) = 69+80+4=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #455004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455004 is #BAAFFB. Grayscale: #444444. Windows color (decimal): -12234748 or 282693. OLE color: 282693.

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

Color convert

RGB69804-
CMYK0.1400.950.69
HSL68.68º90.48%16.47%-
HSV(B)68.68º95%31.37%-
XYZ5.347.011.19-
YUV68.0591.86128.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 80 (31.64% from 255) = 52.29%
BLUE value IS 4 (1.95% from 255) = 2.61%
R=45.10%
G=52.29%
B=2.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal698040.1400.950.6968.6890.4816.47
Hex45504E05F45455a10
Octal105120416013710510513220
Binary1000101101000010011100101111110001011000101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455004; }

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

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

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

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

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

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

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

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