#445502

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

Shades of Verdun Green #445502

Tints of Verdun Green #445502

Color information

#445502 (or 0x445502) is unknown color: approx Verdun Green. HEX triplet: 44, 55 and 02. RGB value is (68,85,2). Sum of RGB (Red+Green+Blue) = 68+85+2=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #445502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445502 is #BBAAFD. Grayscale: #464646. Windows color (decimal): -12299006 or 152900. OLE color: 152900.

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

Color convert

RGB68852-
CMYK0.2000.980.67
HSL72.29º95.4%17.06%-
HSV(B)72.29º97.65%33.33%-
XYZ5.647.731.25-
YUV70.4689.37126.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=43.87%
G=54.84%
B=1.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal688520.2000.980.6772.2995.417.06
Hex445521406243485f11
Octal104125224014210311013721
Binary1000100101010110101000110001010000111001000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445502; }

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

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

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

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

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

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

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

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