#395913

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

Shades of Verdun Green #395913

Tints of Verdun Green #395913

Color information

#395913 (or 0x395913) is unknown color: approx Verdun Green. HEX triplet: 39, 59 and 13. RGB value is (57,89,19). Sum of RGB (Red+Green+Blue) = 57+89+19=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #395913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395913 is #C6A6EC. Grayscale: #474747. Windows color (decimal): -13018861 or 1268025. OLE color: 1268025.

HSL color Cylindrical-coordinate representation of color #395913: hue angle of 87.43º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #395913 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB578919-
CMYK0.3600.790.65
HSL87.43º64.81%21.18%-
HSV(B)87.43º78.65%34.9%-
XYZ5.388.061.89-
YUV71.4598.4117.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.55%
GREEN value IS 89 (35.16% from 255) = 53.94%
BLUE value IS 19 (7.81% from 255) = 11.52%
R=34.55%
G=53.94%
B=11.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789190.3600.790.6587.4364.8121.18
Hex3959132404F41574115
Octal711312344011710112710125
Binary1110011011001100111001000100111110000011010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395913; }

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

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

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

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

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

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

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

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