Html Css Color HEX #396301 Verdun Green

📋 copy color: '#396301'

red 57 ◦ green 99 ◦ blue 1

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

Shades of Verdun Green #396301

Tints of Verdun Green #396301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 63.06%

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

R = 36.31%
G = 63.06%
B = 0.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#396301 (or 0x396301) is known color: Verdun Green. HEX triplet: 39, 63 and 01. RGB value is (57,99,1). Sum of RGB (Red+Green+Blue) = 57+99+1=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #396301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396301 is #C69CFE. Grayscale: #4B4B4B. Windows color (decimal): -13016319 or 90937. OLE color: 90937.

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

Color convert

RGB 57 99 1 -
CMYK 0.42 0 0.99 0.61
HSL 85.71º 0.98% 0.2% -
HSV(B) 85.71º 0.99% 0.39% -
XYZ 6.15 9.8 1.6 -
YUV 75.27 86.09 114.97 -
System Red Green Blue C M Y K H S L
Decimal 57 99 1 0.42 0 0.99 0.61 85.71 0.98 0.2
Hex 39 63 1 2A 0 63 3D 56 62 14
Octal 71 143 1 52 0 143 75 126 142 24
Binary 111001 1100011 1 101010 0 1100011 111101 1010110 1100010 10100

Color Harmonies of #396301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396301

Black with #396301

Text Example


Text Example

White with #396301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396301; }

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

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

background-color css

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

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

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

border-color css

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

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

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