#447502

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

Shades of Verdun Green #447502

Tints of Verdun Green #447502

Color information

#447502 (or 0x447502) is unknown color: approx Verdun Green. HEX triplet: 44, 75 and 02. RGB value is (68,117,2). Sum of RGB (Red+Green+Blue) = 68+117+2=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #447502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447502 is #BB8AFD. Grayscale: #595959. Windows color (decimal): -12290814 or 161092. OLE color: 161092.

HSL color Cylindrical-coordinate representation of color #447502: hue angle of 85.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #447502 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB681172-
CMYK0.4200.980.54
HSL85.57º96.64%23.33%-
HSV(B)85.57º98.29%45.88%-
XYZ8.7613.962.29-
YUV89.2478.77112.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 117 (46.09% from 255) = 62.57%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=36.36%
G=62.57%
B=1.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6811720.4200.980.5485.5796.6423.33
Hex447522A06236566117
Octal10416525201426612614127
Binary1000100111010110101010011000101101101010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447502; }

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

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

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

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

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

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

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

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