Html Css Color HEX #396502 Verdun Green

📋 copy color: '#396502'

red 57 ◦ green 101 ◦ blue 2

#396502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #396502

Tints of Verdun Green #396502

RGB

 RED value IS 57 (22.66% from 255) = 35.63%

 GREEN value IS 101 (39.84% from 255) = 63.13%

 BLUE value IS 2 (1.17% from 255) = 1.25%

R = 35.63%
G = 63.13%
B = 1.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#396502 (or 0x396502) is known color: Verdun Green. HEX triplet: 39, 65 and 02. RGB value is (57,101,2). Sum of RGB (Red+Green+Blue) = 57+101+2=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 101 (39.84% from 255 or 63.12% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 101 - color contains mainly: green. Hex color #396502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396502 is #C69AFD. Grayscale: #4C4C4C. Windows color (decimal): -13015806 or 156985. OLE color: 156985.

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

Color convert

RGB 57 101 2 -
CMYK 0.44 0 0.98 0.60
HSL 86.67º 0.96% 0.2% -
HSV(B) 86.67º 0.98% 0.4% -
XYZ 6.35 10.18 1.69 -
YUV 76.56 85.92 114.05 -
System Red Green Blue C M Y K H S L
Decimal 57 101 2 0.44 0 0.98 0.60 86.67 0.96 0.2
Hex 39 65 2 2C 0 62 3C 57 60 14
Octal 71 145 2 54 0 142 74 127 140 24
Binary 111001 1100101 10 101100 0 1100010 111100 1010111 1100000 10100

Color Harmonies of #396502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396502

Black with #396502

Text Example


Text Example

White with #396502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396502; }

 p { color: rgb(57,101,2); }

 H1.HeaderClassName
 {
   color: #396502;
 }
 .AnyTagClassName
 {
   color: #396502;
 }
</style>

background-color css

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

 a { background-color: rgb(57,101,2); }

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

border-color css

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

 span { border-color: rgb(57,101,2); }

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