#446212

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

Shades of Verdun Green #446212

Tints of Verdun Green #446212

Color information

#446212 (or 0x446212) is unknown color: approx Verdun Green. HEX triplet: 44, 62 and 12. RGB value is (68,98,18). Sum of RGB (Red+Green+Blue) = 68+98+18=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #446212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446212 is #BB9DED. Grayscale: #505050. Windows color (decimal): -12295662 or 1204804. OLE color: 1204804.

HSL color Cylindrical-coordinate representation of color #446212: hue angle of 82.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #446212 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB689818-
CMYK0.3100.820.62
HSL82.5º68.97%22.75%-
HSV(B)82.5º81.63%38.43%-
XYZ6.8610.012.14-
YUV79.9193.06119.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=36.96%
G=53.26%
B=9.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898180.3100.820.6282.568.9722.75
Hex4462121F0523E524517
Octal104142223701227612210527
Binary100010011000101001011111010100101111101010010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446212; }

 p { color: rgb(68,98,18); }

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

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

 a { background-color: rgb(68,98,18); }

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

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

 span { border-color: rgb(68,98,18); }

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