#445504

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

Shades of Verdun Green #445504

Tints of Verdun Green #445504

Color information

#445504 (or 0x445504) is unknown color: approx Verdun Green. HEX triplet: 44, 55 and 04. RGB value is (68,85,4). Sum of RGB (Red+Green+Blue) = 68+85+4=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #445504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445504 is #BBAAFB. Grayscale: #464646. Windows color (decimal): -12299004 or 283972. OLE color: 283972.

HSL color Cylindrical-coordinate representation of color #445504: hue angle of 72.59º 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 #445504 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB68854-
CMYK0.2000.950.67
HSL72.59º91.01%17.45%-
HSV(B)72.59º95.29%33.33%-
XYZ5.657.731.31-
YUV70.6890.37126.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=43.31%
G=54.14%
B=2.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal688540.2000.950.6772.5991.0117.45
Hex445541405F43495b11
Octal104125424013710311113321
Binary10001001010101100101000101111110000111001001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445504; }

 p { color: rgb(68,85,4); }

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

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

 a { background-color: rgb(68,85,4); }

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

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

 span { border-color: rgb(68,85,4); }

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