Html Css Color HEX #395513 Verdun Green

📋 copy color: '#395513'

red 57 ◦ green 85 ◦ blue 19

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

Shades of Verdun Green #395513

Tints of Verdun Green #395513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.8%

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

R = 35.4%
G = 52.8%
B = 11.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#395513 (or 0x395513) is known color: Verdun Green. HEX triplet: 39, 55 and 13. RGB value is (57,85,19). Sum of RGB (Red+Green+Blue) = 57+85+19=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #395513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395513 is #C6AAEC. Grayscale: #454545. Windows color (decimal): -13019885 or 1267001. OLE color: 1267001.

HSL color Cylindrical-coordinate representation of color #395513: hue angle of 85.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #395513 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 85 19 -
CMYK 0.33 0 0.78 0.67
HSL 85.45º 0.63% 0.2% -
HSV(B) 85.45º 0.78% 0.33% -
XYZ 5.05 7.41 1.78 -
YUV 69.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 57 85 19 0.33 0 0.78 0.67 85.45 0.63 0.2
Hex 39 55 13 21 0 4E 43 55 3F 14
Octal 71 125 23 41 0 116 103 125 77 24
Binary 111001 1010101 10011 100001 0 1001110 1000011 1010101 111111 10100

Color Harmonies of #395513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395513

Black with #395513

Text Example


Text Example

White with #395513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395513; }

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

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

background-color css

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

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

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

border-color css

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

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

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