#395113

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

Shades of Verdun Green #395113

Tints of Verdun Green #395113

Color information

#395113 (or 0x395113) is unknown color: approx Verdun Green. HEX triplet: 39, 51 and 13. RGB value is (57,81,19). Sum of RGB (Red+Green+Blue) = 57+81+19=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #395113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395113 is #C6AEEC. Grayscale: #424242. Windows color (decimal): -13020909 or 1265977. OLE color: 1265977.

HSL color Cylindrical-coordinate representation of color #395113: hue angle of 83.23º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #395113 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB578119-
CMYK0.3000.770.68
HSL83.23º62%19.61%-
HSV(B)83.23º76.54%31.76%-
XYZ4.756.81.68-
YUV66.76101.05121.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=36.31%
G=51.59%
B=12.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5781190.3000.770.6883.236219.61
Hex3951131E04D44533e14
Octal71121233601151041237624
Binary11100110100011001111110010011011000100101001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395113; }

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

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

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

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

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

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

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

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