#455404

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

Shades of Verdun Green #455404

Tints of Verdun Green #455404

Color information

#455404 (or 0x455404) is unknown color: approx Verdun Green. HEX triplet: 45, 54 and 04. RGB value is (69,84,4). Sum of RGB (Red+Green+Blue) = 69+84+4=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #455404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455404 is #BAABFB. Grayscale: #464646. Windows color (decimal): -12233724 or 283717. OLE color: 283717.

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

Color convert

RGB69844-
CMYK0.1800.950.67
HSL71.25º90.91%17.25%-
HSV(B)71.25º95.24%32.94%-
XYZ5.657.611.29-
YUV70.490.53127-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=43.95%
G=53.50%
B=2.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal698440.1800.950.6771.2590.9117.25
Hex455441205F43475b11
Octal105124422013710310713321
Binary10001011010100100100100101111110000111000111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455404; }

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

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

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

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

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

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

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

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