#447206

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

Shades of Verdun Green #447206

Tints of Verdun Green #447206

Color information

#447206 (or 0x447206) is unknown color: approx Verdun Green. HEX triplet: 44, 72 and 06. RGB value is (68,114,6). Sum of RGB (Red+Green+Blue) = 68+114+6=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #447206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447206 is #BB8DF9. Grayscale: #585858. Windows color (decimal): -12291578 or 422468. OLE color: 422468.

HSL color Cylindrical-coordinate representation of color #447206: hue angle of 85.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #447206 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB681146-
CMYK0.4000.950.55
HSL85.56º90%23.53%-
HSV(B)85.56º94.74%44.71%-
XYZ8.4313.282.29-
YUV87.9381.76113.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 114 (44.92% from 255) = 60.64%
BLUE value IS 6 (2.73% from 255) = 3.19%
R=36.17%
G=60.64%
B=3.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6811460.4000.950.5585.569023.53
Hex447262805F37565a18
Octal10416265001376712613230
Binary10001001110010110101000010111111101111010110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447206; }

 p { color: rgb(68,114,6); }

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

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

 a { background-color: rgb(68,114,6); }

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

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

 span { border-color: rgb(68,114,6); }

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