#396701

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

Shades of Verdun Green #396701

Tints of Verdun Green #396701

Color information

#396701 (or 0x396701) is unknown color: approx Verdun Green. HEX triplet: 39, 67 and 01. RGB value is (57,103,1). Sum of RGB (Red+Green+Blue) = 57+103+1=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #396701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396701 is #C698FE. Grayscale: #4D4D4D. Windows color (decimal): -13015295 or 91961. OLE color: 91961.

HSL color Cylindrical-coordinate representation of color #396701: hue angle of 87.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #396701 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB571031-
CMYK0.4500.990.60
HSL87.06º98.08%20.39%-
HSV(B)87.06º99.03%40.39%-
XYZ6.5410.571.72-
YUV77.6284.76113.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.40%
GREEN value IS 103 (40.62% from 255) = 63.98%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=35.40%
G=63.98%
B=0.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5710310.4500.990.6087.0698.0820.39
Hex396712D0633C576214
Octal7114715501437412714224
Binary11100111001111101101011000111111001010111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396701; }

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

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

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

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

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

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

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

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