#454204

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

Shades of Verdun Green #454204

Tints of Verdun Green #454204

Color information

#454204 (or 0x454204) is unknown color: approx Verdun Green. HEX triplet: 45, 42 and 04. RGB value is (69,66,4). Sum of RGB (Red+Green+Blue) = 69+66+4=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #454204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454204 is #BABDFB. Grayscale: #3C3C3C. Windows color (decimal): -12238332 or 279109. OLE color: 279109.

HSL color Cylindrical-coordinate representation of color #454204: hue angle of 57.23º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #454204 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB69664-
CMYK00.040.940.73
HSL57.23º89.04%14.31%-
HSV(B)57.23º94.2%27.06%-
XYZ4.425.170.88-
YUV59.8396.49134.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.64%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=49.64%
G=47.48%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6966400.040.940.7357.2389.0414.31
Hex45424045E493959e
Octal1051024041361117113116
Binary1000101100001010001001011110100100111100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454204; }

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

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

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

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

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

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

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

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