#395513

Color #395513 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #395513

Tints of Verdun Green #395513

Color information

#395513 (or 0x395513) is unknown color: approx 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

RGB578519-
CMYK0.3300.780.67
HSL85.45º63.46%20.39%-
HSV(B)85.45º77.65%33.33%-
XYZ5.057.411.78-
YUV69.199.72119.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.40%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=35.40%
G=52.80%
B=11.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785190.3300.780.6785.4563.4620.39
Hex3955132104E43553f14
Octal71125234101161031257724
Binary111001101010110011100001010011101000011101010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>