Html Css Color HEX #396206 Verdun Green

📋 copy color: '#396206'

red 57 ◦ green 98 ◦ blue 6

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

Shades of Verdun Green #396206

Tints of Verdun Green #396206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.73%

R = 35.4%
G = 60.87%
B = 3.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#396206 (or 0x396206) is known color: Verdun Green. HEX triplet: 39, 62 and 06. RGB value is (57,98,6). Sum of RGB (Red+Green+Blue) = 57+98+6=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #396206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396206 is #C69DF9. Grayscale: #4B4B4B. Windows color (decimal): -13016570 or 418361. OLE color: 418361.

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

Color convert

RGB 57 98 6 -
CMYK 0.42 0 0.94 0.62
HSL 86.74º 0.88% 0.2% -
HSV(B) 86.74º 0.94% 0.38% -
XYZ 6.09 9.62 1.71 -
YUV 75.25 88.92 114.98 -
System Red Green Blue C M Y K H S L
Decimal 57 98 6 0.42 0 0.94 0.62 86.74 0.88 0.2
Hex 39 62 6 2A 0 5E 3E 57 58 14
Octal 71 142 6 52 0 136 76 127 130 24
Binary 111001 1100010 110 101010 0 1011110 111110 1010111 1011000 10100

Color Harmonies of #396206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396206

Black with #396206

Text Example


Text Example

White with #396206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396206; }

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

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

background-color css

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

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

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

border-color css

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

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

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