Html Css Color HEX #396205 Verdun Green

📋 copy color: '#396205'

red 57 ◦ green 98 ◦ blue 5

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

Shades of Verdun Green #396205

Tints of Verdun Green #396205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.13%

R = 35.63%
G = 61.25%
B = 3.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#396205 (or 0x396205) is known color: Verdun Green. HEX triplet: 39, 62 and 05. RGB value is (57,98,5). Sum of RGB (Red+Green+Blue) = 57+98+5=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #396205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396205 is #C69DFA. Grayscale: #4B4B4B. Windows color (decimal): -13016571 or 352825. OLE color: 352825.

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

Color convert

RGB 57 98 5 -
CMYK 0.42 0 0.95 0.62
HSL 86.45º 0.9% 0.2% -
HSV(B) 86.45º 0.95% 0.38% -
XYZ 6.08 9.62 1.68 -
YUV 75.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 57 98 5 0.42 0 0.95 0.62 86.45 0.9 0.2
Hex 39 62 5 2A 0 5F 3E 56 5A 14
Octal 71 142 5 52 0 137 76 126 132 24
Binary 111001 1100010 101 101010 0 1011111 111110 1010110 1011010 10100

Color Harmonies of #396205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396205

Black with #396205

Text Example


Text Example

White with #396205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396205; }

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

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

background-color css

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

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

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

border-color css

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

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

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