#396C03

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

Shades of Verdun Green #396C03

Tints of Verdun Green #396C03

Color information

#396C03 (or 0x396C03) is unknown color: approx Verdun Green. HEX triplet: 39, 6C and 03. RGB value is (57,108,3). Sum of RGB (Red+Green+Blue) = 57+108+3=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 108 (42.58% from 255 or 64.29% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 108 - color contains mainly: green. Hex color #396C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396C03 is #C693FC. Grayscale: #515151. Windows color (decimal): -13014013 or 224313. OLE color: 224313.

HSL color Cylindrical-coordinate representation of color #396C03: hue angle of 89.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #396C03 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB571083-
CMYK0.4700.970.58
HSL89.14º94.59%21.76%-
HSV(B)89.14º97.22%42.35%-
XYZ7.0711.61.95-
YUV80.7884.1111.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 108 (42.58% from 255) = 64.29%
BLUE value IS 3 (1.56% from 255) = 1.79%
R=33.93%
G=64.29%
B=1.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5710830.4700.970.5889.1494.5921.76
Hex396C32F0613A595f16
Octal7115435701417213113726
Binary111001110110011101111011000011110101011001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396C03; }

 p { color: rgb(57,108,3); }

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

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

 a { background-color: rgb(57,108,3); }

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

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

 span { border-color: rgb(57,108,3); }

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