Html Css Color HEX #396201 Verdun Green

📋 copy color: '#396201'

red 57 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #396201

Tints of Verdun Green #396201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 36.54%
G = 62.82%
B = 0.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#396201 (or 0x396201) is known color: Verdun Green. HEX triplet: 39, 62 and 01. RGB value is (57,98,1). Sum of RGB (Red+Green+Blue) = 57+98+1=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #396201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396201 is #C69DFE. Grayscale: #4B4B4B. Windows color (decimal): -13016575 or 90681. OLE color: 90681.

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

Color convert

RGB 57 98 1 -
CMYK 0.42 0 0.99 0.62
HSL 85.36º 0.98% 0.19% -
HSV(B) 85.36º 0.99% 0.38% -
XYZ 6.06 9.61 1.56 -
YUV 74.68 86.42 115.39 -
System Red Green Blue C M Y K H S L
Decimal 57 98 1 0.42 0 0.99 0.62 85.36 0.98 0.19
Hex 39 62 1 2A 0 63 3E 55 62 13
Octal 71 142 1 52 0 143 76 125 142 23
Binary 111001 1100010 1 101010 0 1100011 111110 1010101 1100010 10011

Color Harmonies of #396201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396201

Black with #396201

Text Example


Text Example

White with #396201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396201; }

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

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

background-color css

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

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

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

border-color css

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

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

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