#447005

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

Shades of Verdun Green #447005

Tints of Verdun Green #447005

Color information

#447005 (or 0x447005) is unknown color: approx Verdun Green. HEX triplet: 44, 70 and 05. RGB value is (68,112,5). Sum of RGB (Red+Green+Blue) = 68+112+5=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #447005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447005 is #BB8FFA. Grayscale: #575757. Windows color (decimal): -12292091 or 356420. OLE color: 356420.

HSL color Cylindrical-coordinate representation of color #447005: hue angle of 84.67º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #447005 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB681125-
CMYK0.3900.960.56
HSL84.67º91.45%22.94%-
HSV(B)84.67º95.54%43.92%-
XYZ8.2112.832.19-
YUV86.6581.92114.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 112 (44.14% from 255) = 60.54%
BLUE value IS 5 (2.34% from 255) = 2.70%
R=36.76%
G=60.54%
B=2.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6811250.3900.960.5684.6791.4522.94
Hex447052706038555b17
Octal10416054701407012513327
Binary10001001110000101100111011000001110001010101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447005; }

 p { color: rgb(68,112,5); }

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

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

 a { background-color: rgb(68,112,5); }

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

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

 span { border-color: rgb(68,112,5); }

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