Html Css Color HEX #396000 Verdun Green

📋 copy color: '#396000'

red 57 ◦ green 96 ◦ blue 0

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

Shades of Verdun Green #396000

Tints of Verdun Green #396000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 62.75%

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

R = 37.25%
G = 62.75%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#396000 (or 0x396000) is known color: Verdun Green. HEX triplet: 39, 60 and 00. RGB value is (57,96,0). Sum of RGB (Red+Green+Blue) = 57+96+0=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #396000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396000 is #C69FFF. Grayscale: #494949. Windows color (decimal): -13017088 or 24633. OLE color: 24633.

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

Color convert

RGB 57 96 0 -
CMYK 0.41 0 1 0.62
HSL 84.38º 1% 0.19% -
HSV(B) 84.38º 1% 0.38% -
XYZ 5.87 9.24 1.47 -
YUV 73.4 86.58 116.31 -
System Red Green Blue C M Y K H S L
Decimal 57 96 0 0.41 0 1 0.62 84.38 1 0.19
Hex 39 60 0 29 0 64 3E 54 64 13
Octal 71 140 0 51 0 144 76 124 144 23
Binary 111001 1100000 0 101001 0 1100100 111110 1010100 1100100 10011

Color Harmonies of #396000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396000

Black with #396000

Text Example


Text Example

White with #396000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396000; }

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

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

background-color css

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

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

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

border-color css

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

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

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