Html Css Color HEX #396202 Verdun Green

📋 copy color: '#396202'

red 57 ◦ green 98 ◦ blue 2

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

Shades of Verdun Green #396202

Tints of Verdun Green #396202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.42%

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

R = 36.31%
G = 62.42%
B = 1.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#396202 (or 0x396202) is known color: Verdun Green. HEX triplet: 39, 62 and 02. RGB value is (57,98,2). Sum of RGB (Red+Green+Blue) = 57+98+2=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #396202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396202 is #C69DFD. Grayscale: #4B4B4B. Windows color (decimal): -13016574 or 156217. OLE color: 156217.

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

Color convert

RGB 57 98 2 -
CMYK 0.42 0 0.98 0.62
HSL 85.62º 0.96% 0.2% -
HSV(B) 85.62º 0.98% 0.38% -
XYZ 6.07 9.61 1.59 -
YUV 74.8 86.92 115.31 -
System Red Green Blue C M Y K H S L
Decimal 57 98 2 0.42 0 0.98 0.62 85.62 0.96 0.2
Hex 39 62 2 2A 0 62 3E 56 60 14
Octal 71 142 2 52 0 142 76 126 140 24
Binary 111001 1100010 10 101010 0 1100010 111110 1010110 1100000 10100

Color Harmonies of #396202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396202

Black with #396202

Text Example


Text Example

White with #396202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396202; }

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

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

background-color css

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

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

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

border-color css

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

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

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