#446311

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

Shades of Verdun Green #446311

Tints of Verdun Green #446311

Color information

#446311 (or 0x446311) is unknown color: approx Verdun Green. HEX triplet: 44, 63 and 11. RGB value is (68,99,17). Sum of RGB (Red+Green+Blue) = 68+99+17=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #446311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446311 is #BB9CEE. Grayscale: #505050. Windows color (decimal): -12295407 or 1139524. OLE color: 1139524.

HSL color Cylindrical-coordinate representation of color #446311: hue angle of 82.68º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #446311 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB689917-
CMYK0.3100.830.61
HSL82.68º70.69%22.75%-
HSV(B)82.68º82.83%38.82%-
XYZ6.9510.192.13-
YUV80.3892.23119.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 99 (39.06% from 255) = 53.80%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=36.96%
G=53.80%
B=9.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899170.3100.830.6182.6870.6922.75
Hex4463111F0533D534717
Octal104143213701237512310727
Binary100010011000111000111111010100111111011010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446311; }

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

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

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

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

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

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

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

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