#446012

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

Shades of Verdun Green #446012

Tints of Verdun Green #446012

Color information

#446012 (or 0x446012) is unknown color: approx Verdun Green. HEX triplet: 44, 60 and 12. RGB value is (68,96,18). Sum of RGB (Red+Green+Blue) = 68+96+18=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #446012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446012 is #BB9FED. Grayscale: #4F4F4F. Windows color (decimal): -12296174 or 1204292. OLE color: 1204292.

HSL color Cylindrical-coordinate representation of color #446012: hue angle of 81.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #446012 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB689618-
CMYK0.2900.810.62
HSL81.54º68.42%22.35%-
HSV(B)81.54º81.25%37.65%-
XYZ6.689.642.08-
YUV78.7493.72120.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 18 (7.42% from 255) = 9.89%
R=37.36%
G=52.75%
B=9.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896180.2900.810.6281.5468.4222.35
Hex4460121D0513E524416
Octal104140223501217612210426
Binary100010011000001001011101010100011111101010010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446012; }

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

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

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

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

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

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

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

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