Html Css Color HEX #395713 Verdun Green

📋 copy color: '#395713'

red 57 ◦ green 87 ◦ blue 19

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

Shades of Verdun Green #395713

Tints of Verdun Green #395713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 53.37%

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

R = 34.97%
G = 53.37%
B = 11.66%

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

#395713 (or 0x395713) is known color: Verdun Green. HEX triplet: 39, 57 and 13. RGB value is (57,87,19). Sum of RGB (Red+Green+Blue) = 57+87+19=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 87 (34.38% from 255 or 53.37% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 87 - color contains mainly: green. Hex color #395713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395713 is #C6A8EC. Grayscale: #464646. Windows color (decimal): -13019373 or 1267513. OLE color: 1267513.

HSL color Cylindrical-coordinate representation of color #395713: hue angle of 86.47º 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 #395713 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 87 19 -
CMYK 0.34 0 0.78 0.66
HSL 86.47º 0.64% 0.21% -
HSV(B) 86.47º 0.78% 0.34% -
XYZ 5.21 7.73 1.83 -
YUV 70.28 99.06 118.53 -
System Red Green Blue C M Y K H S L
Decimal 57 87 19 0.34 0 0.78 0.66 86.47 0.64 0.21
Hex 39 57 13 22 0 4E 42 56 40 15
Octal 71 127 23 42 0 116 102 126 100 25
Binary 111001 1010111 10011 100010 0 1001110 1000010 1010110 1000000 10101

Color Harmonies of #395713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395713

Black with #395713

Text Example


Text Example

White with #395713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395713; }

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

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

background-color css

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

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

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

border-color css

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

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

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