#396211

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

Shades of Verdun Green #396211

Tints of Verdun Green #396211

Color information

#396211 (or 0x396211) is unknown color: approx Verdun Green. HEX triplet: 39, 62 and 11. RGB value is (57,98,17). Sum of RGB (Red+Green+Blue) = 57+98+17=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #396211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396211 is #C69DEE. Grayscale: #4C4C4C. Windows color (decimal): -13016559 or 1139257. OLE color: 1139257.

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

Color convert

RGB579817-
CMYK0.4200.830.62
HSL90.37º70.43%22.55%-
HSV(B)90.37º82.65%38.43%-
XYZ6.169.652.07-
YUV76.5194.42114.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 98 (38.67% from 255) = 56.98%
BLUE value IS 17 (7.03% from 255) = 9.88%
R=33.14%
G=56.98%
B=9.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798170.4200.830.6290.3770.4322.55
Hex3962112A0533E5a4617
Octal71142215201237613210627
Binary111001110001010001101010010100111111101011010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396211; }

 p { color: rgb(57,98,17); }

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

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

 a { background-color: rgb(57,98,17); }

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

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

 span { border-color: rgb(57,98,17); }

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