Html Css Color HEX #396602 Verdun Green

📋 copy color: '#396602'

red 57 ◦ green 102 ◦ blue 2

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

Shades of Verdun Green #396602

Tints of Verdun Green #396602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 63.35%

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

R = 35.4%
G = 63.35%
B = 1.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#396602 (or 0x396602) is known color: Verdun Green. HEX triplet: 39, 66 and 02. RGB value is (57,102,2). Sum of RGB (Red+Green+Blue) = 57+102+2=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 102 (40.23% from 255 or 63.35% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 102 - color contains mainly: green. Hex color #396602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396602 is #C699FD. Grayscale: #4D4D4D. Windows color (decimal): -13015550 or 157241. OLE color: 157241.

HSL color Cylindrical-coordinate representation of color #396602: hue angle of 87º 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 #396602 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 102 2 -
CMYK 0.44 0 0.98 0.6
HSL 87º 0.96% 0.2% -
HSV(B) 87º 0.98% 0.4% -
XYZ 6.45 10.38 1.72 -
YUV 77.15 85.59 113.63 -
System Red Green Blue C M Y K H S L
Decimal 57 102 2 0.44 0 0.98 0.6 87 0.96 0.2
Hex 39 66 2 2C 0 62 3C 57 60 14
Octal 71 146 2 54 0 142 74 127 140 24
Binary 111001 1100110 10 101100 0 1100010 111100 1010111 1100000 10100

Color Harmonies of #396602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396602

Black with #396602

Text Example


Text Example

White with #396602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396602; }

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

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

background-color css

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

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

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

border-color css

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

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

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