#447302

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

Shades of Verdun Green #447302

Tints of Verdun Green #447302

Color information

#447302 (or 0x447302) is unknown color: approx Verdun Green. HEX triplet: 44, 73 and 02. RGB value is (68,115,2). Sum of RGB (Red+Green+Blue) = 68+115+2=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #447302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447302 is #BB8CFD. Grayscale: #585858. Windows color (decimal): -12291326 or 160580. OLE color: 160580.

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

Color convert

RGB681152-
CMYK0.4100.980.55
HSL84.96º96.58%22.94%-
HSV(B)84.96º98.26%45.1%-
XYZ8.5313.492.21-
YUV88.0679.43113.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 115 (45.31% from 255) = 62.16%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=36.76%
G=62.16%
B=1.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6811520.4100.980.5584.9696.5822.94
Hex447322906237556117
Octal10416325101426712514127
Binary1000100111001110101001011000101101111010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447302; }

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

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

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

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

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

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

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

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