Html Css Color HEX #395613 Verdun Green

📋 copy color: '#395613'

red 57 ◦ green 86 ◦ blue 19

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

Shades of Verdun Green #395613

Tints of Verdun Green #395613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 53.09%

 BLUE value IS 19 (7.81% from 255) = 11.73%

R = 35.19%
G = 53.09%
B = 11.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#395613 (or 0x395613) is known color: Verdun Green. HEX triplet: 39, 56 and 13. RGB value is (57,86,19). Sum of RGB (Red+Green+Blue) = 57+86+19=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #395613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395613 is #C6A9EC. Grayscale: #454545. Windows color (decimal): -13019629 or 1267257. OLE color: 1267257.

HSL color Cylindrical-coordinate representation of color #395613: hue angle of 85.97º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #395613 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 86 19 -
CMYK 0.34 0 0.78 0.66
HSL 85.97º 0.64% 0.21% -
HSV(B) 85.97º 0.78% 0.34% -
XYZ 5.13 7.57 1.81 -
YUV 69.69 99.39 118.95 -
System Red Green Blue C M Y K H S L
Decimal 57 86 19 0.34 0 0.78 0.66 85.97 0.64 0.21
Hex 39 56 13 22 0 4E 42 56 40 15
Octal 71 126 23 42 0 116 102 126 100 25
Binary 111001 1010110 10011 100010 0 1001110 1000010 1010110 1000000 10101

Color Harmonies of #395613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395613

Black with #395613

Text Example


Text Example

White with #395613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395613; }

 p { color: rgb(57,86,19); }

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

background-color css

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

 a { background-color: rgb(57,86,19); }

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

border-color css

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

 span { border-color: rgb(57,86,19); }

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