#396205

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

Shades of Verdun Green #396205

Tints of Verdun Green #396205

Color information

#396205 (or 0x396205) is unknown color: approx Verdun Green. HEX triplet: 39, 62 and 05. RGB value is (57,98,5). Sum of RGB (Red+Green+Blue) = 57+98+5=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #396205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396205 is #C69DFA. Grayscale: #4B4B4B. Windows color (decimal): -13016571 or 352825. OLE color: 352825.

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

Color convert

RGB57985-
CMYK0.4200.950.62
HSL86.45º90.29%20.2%-
HSV(B)86.45º94.9%38.43%-
XYZ6.089.621.68-
YUV75.1488.42115.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 98 (38.67% from 255) = 61.25%
BLUE value IS 5 (2.34% from 255) = 3.12%
R=35.62%
G=61.25%
B=3.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal579850.4200.950.6286.4590.2920.2
Hex396252A05F3E565a14
Octal7114255201377612613224
Binary1110011100010101101010010111111111101010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396205; }

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

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

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

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

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

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

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

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