Html Css Color HEX #396004 Verdun Green

📋 copy color: '#396004'

red 57 ◦ green 96 ◦ blue 4

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

Shades of Verdun Green #396004

Tints of Verdun Green #396004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.55%

R = 36.31%
G = 61.15%
B = 2.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#396004 (or 0x396004) is known color: Verdun Green. HEX triplet: 39, 60 and 04. RGB value is (57,96,4). Sum of RGB (Red+Green+Blue) = 57+96+4=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #396004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396004 is #C69FFB. Grayscale: #4A4A4A. Windows color (decimal): -13017084 or 286777. OLE color: 286777.

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

Color convert

RGB 57 96 4 -
CMYK 0.41 0 0.96 0.62
HSL 85.43º 0.92% 0.2% -
HSV(B) 85.43º 0.96% 0.38% -
XYZ 5.89 9.24 1.59 -
YUV 73.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 57 96 4 0.41 0 0.96 0.62 85.43 0.92 0.2
Hex 39 60 4 29 0 60 3E 55 5C 14
Octal 71 140 4 51 0 140 76 125 134 24
Binary 111001 1100000 100 101001 0 1100000 111110 1010101 1011100 10100

Color Harmonies of #396004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396004

Black with #396004

Text Example


Text Example

White with #396004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396004; }

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

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

background-color css

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

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

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

border-color css

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

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

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