Html Css Color HEX #396504 Verdun Green

📋 copy color: '#396504'

red 57 ◦ green 101 ◦ blue 4

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

Shades of Verdun Green #396504

Tints of Verdun Green #396504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 62.35%

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

R = 35.19%
G = 62.35%
B = 2.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#396504 (or 0x396504) is known color: Verdun Green. HEX triplet: 39, 65 and 04. RGB value is (57,101,4). Sum of RGB (Red+Green+Blue) = 57+101+4=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 101 (39.84% from 255 or 62.35% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 101 - color contains mainly: green. Hex color #396504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396504 is #C69AFB. Grayscale: #4D4D4D. Windows color (decimal): -13015804 or 288057. OLE color: 288057.

HSL color Cylindrical-coordinate representation of color #396504: hue angle of 87.22º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #396504 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 101 4 -
CMYK 0.44 0 0.96 0.60
HSL 87.22º 0.92% 0.21% -
HSV(B) 87.22º 0.96% 0.4% -
XYZ 6.36 10.19 1.75 -
YUV 76.79 86.92 113.89 -
System Red Green Blue C M Y K H S L
Decimal 57 101 4 0.44 0 0.96 0.60 87.22 0.92 0.21
Hex 39 65 4 2C 0 60 3C 57 5C 15
Octal 71 145 4 54 0 140 74 127 134 25
Binary 111001 1100101 100 101100 0 1100000 111100 1010111 1011100 10101

Color Harmonies of #396504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396504

Black with #396504

Text Example


Text Example

White with #396504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396504; }

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

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

background-color css

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

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

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

border-color css

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

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

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