#395514

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

Shades of Verdun Green #395514

Tints of Verdun Green #395514

Color information

#395514 (or 0x395514) is unknown color: approx Verdun Green. HEX triplet: 39, 55 and 14. RGB value is (57,85,20). Sum of RGB (Red+Green+Blue) = 57+85+20=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #395514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395514 is #C6AAEB. Grayscale: #454545. Windows color (decimal): -13019884 or 1332537. OLE color: 1332537.

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

Color convert

RGB578520-
CMYK0.3300.760.67
HSL85.85º61.9%20.59%-
HSV(B)85.85º76.47%33.33%-
XYZ5.067.421.83-
YUV69.22100.22119.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.19%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 20 (8.20% from 255) = 12.35%
R=35.19%
G=52.47%
B=12.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785200.3300.760.6785.8561.920.59
Hex3955142104C43563e15
Octal71125244101141031267625
Binary111001101010110100100001010011001000011101011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395514; }

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

 H1.HeaderClassName
 {
   color: #395514;
 }
 .AnyTagClassName
 {
   color: #395514;
 }
</style>
background-color css

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

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

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

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

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

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