#455804

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

Shades of Verdun Green #455804

Tints of Verdun Green #455804

Color information

#455804 (or 0x455804) is unknown color: approx Verdun Green. HEX triplet: 45, 58 and 04. RGB value is (69,88,4). Sum of RGB (Red+Green+Blue) = 69+88+4=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #455804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455804 is #BAA7FB. Grayscale: #494949. Windows color (decimal): -12232700 or 284741. OLE color: 284741.

HSL color Cylindrical-coordinate representation of color #455804: hue angle of 73.57º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #455804 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB69884-
CMYK0.2200.950.65
HSL73.57º91.3%18.04%-
HSV(B)73.57º95.45%34.51%-
XYZ5.978.251.39-
YUV72.7489.21125.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 88 (34.77% from 255) = 54.66%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=42.86%
G=54.66%
B=2.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal698840.2200.950.6573.5791.318.04
Hex455841605F414a5b12
Octal105130426013710111213322
Binary10001011011000100101100101111110000011001010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455804; }

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

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

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

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

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

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

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

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