Html Css Color HEX #396300 Verdun Green

📋 copy color: '#396300'

red 57 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #396300

Tints of Verdun Green #396300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.54%
G = 63.46%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#396300 (or 0x396300) is known color: Verdun Green. HEX triplet: 39, 63 and 00. RGB value is (57,99,0). Sum of RGB (Red+Green+Blue) = 57+99+0=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #396300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396300 is #C69CFF. Grayscale: #4B4B4B. Windows color (decimal): -13016320 or 25401. OLE color: 25401.

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

Color convert

RGB 57 99 0 -
CMYK 0.42 0 1 0.61
HSL 85.45º 1% 0.19% -
HSV(B) 85.45º 1% 0.39% -
XYZ 6.15 9.79 1.57 -
YUV 75.16 85.59 115.05 -
System Red Green Blue C M Y K H S L
Decimal 57 99 0 0.42 0 1 0.61 85.45 1 0.19
Hex 39 63 0 2A 0 64 3D 55 64 13
Octal 71 143 0 52 0 144 75 125 144 23
Binary 111001 1100011 0 101010 0 1100100 111101 1010101 1100100 10011

Color Harmonies of #396300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396300

Black with #396300

Text Example


Text Example

White with #396300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396300; }

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

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

background-color css

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

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

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

border-color css

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

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

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