#446111

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

Shades of Verdun Green #446111

Tints of Verdun Green #446111

Color information

#446111 (or 0x446111) is unknown color: approx Verdun Green. HEX triplet: 44, 61 and 11. RGB value is (68,97,17). Sum of RGB (Red+Green+Blue) = 68+97+17=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #446111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446111 is #BB9EEE. Grayscale: #4F4F4F. Windows color (decimal): -12295919 or 1139012. OLE color: 1139012.

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

Color convert

RGB689717-
CMYK0.3000.820.62
HSL81.75º70.18%22.35%-
HSV(B)81.75º82.47%38.04%-
XYZ6.769.822.07-
YUV79.2192.89120-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 97 (38.28% from 255) = 53.30%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=37.36%
G=53.30%
B=9.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6897170.3000.820.6281.7570.1822.35
Hex4461111E0523E524616
Octal104141213601227612210626
Binary100010011000011000111110010100101111101010010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446111; }

 p { color: rgb(68,97,17); }

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

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

 a { background-color: rgb(68,97,17); }

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

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

 span { border-color: rgb(68,97,17); }

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