Html Css Color HEX #396804 Verdun Green

📋 copy color: '#396804'

red 57 ◦ green 104 ◦ blue 4

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

Shades of Verdun Green #396804

Tints of Verdun Green #396804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 63.03%

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

R = 34.55%
G = 63.03%
B = 2.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#396804 (or 0x396804) is known color: Verdun Green. HEX triplet: 39, 68 and 04. RGB value is (57,104,4). Sum of RGB (Red+Green+Blue) = 57+104+4=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 104 (41.02% from 255 or 63.03% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 104 - color contains mainly: green. Hex color #396804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396804 is #C697FB. Grayscale: #4E4E4E. Windows color (decimal): -13015036 or 288825. OLE color: 288825.

HSL color Cylindrical-coordinate representation of color #396804: hue angle of 88.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #396804 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 104 4 -
CMYK 0.45 0 0.96 0.59
HSL 88.2º 0.93% 0.21% -
HSV(B) 88.2º 0.96% 0.41% -
XYZ 6.66 10.78 1.84 -
YUV 78.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 57 104 4 0.45 0 0.96 0.59 88.2 0.93 0.21
Hex 39 68 4 2D 0 60 3B 58 5D 15
Octal 71 150 4 55 0 140 73 130 135 25
Binary 111001 1101000 100 101101 0 1100000 111011 1011000 1011101 10101

Color Harmonies of #396804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396804

Black with #396804

Text Example


Text Example

White with #396804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396804; }

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

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

background-color css

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

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

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

border-color css

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

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

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