#396A01

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

Shades of Verdun Green #396A01

Tints of Verdun Green #396A01

Color information

#396A01 (or 0x396A01) is unknown color: approx Verdun Green. HEX triplet: 39, 6A and 01. RGB value is (57,106,1). Sum of RGB (Red+Green+Blue) = 57+106+1=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 106 (41.80% from 255 or 64.63% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 106 - color contains mainly: green. Hex color #396A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396A01 is #C695FE. Grayscale: #4F4F4F. Windows color (decimal): -13014527 or 92729. OLE color: 92729.

HSL color Cylindrical-coordinate representation of color #396A01: hue angle of 88º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #396A01 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB571061-
CMYK0.4600.990.58
HSL88º98.13%20.98%-
HSV(B)88º99.06%41.57%-
XYZ6.8511.181.83-
YUV79.3883.77112.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 106 (41.80% from 255) = 64.63%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=34.76%
G=64.63%
B=0.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5710610.4600.990.588898.1320.98
Hex396A12E0633A586215
Octal7115215601437213014225
Binary11100111010101101110011000111110101011000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,106,1); }

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

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

 a { background-color: rgb(57,106,1); }

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

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

 span { border-color: rgb(57,106,1); }

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