#445902

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

Shades of Verdun Green #445902

Tints of Verdun Green #445902

Color information

#445902 (or 0x445902) is unknown color: approx Verdun Green. HEX triplet: 44, 59 and 02. RGB value is (68,89,2). Sum of RGB (Red+Green+Blue) = 68+89+2=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #445902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445902 is #BBA6FD. Grayscale: #494949. Windows color (decimal): -12297982 or 153924. OLE color: 153924.

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

Color convert

RGB68892-
CMYK0.2400.980.65
HSL74.48º95.6%17.84%-
HSV(B)74.48º97.75%34.9%-
XYZ5.978.381.36-
YUV72.888.04124.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=42.77%
G=55.97%
B=1.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688920.2400.980.6574.4895.617.84
Hex4459218062414a6012
Octal104131230014210111214022
Binary1000100101100110110000110001010000011001010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445902; }

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

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

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

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

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

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

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

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