#395116

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

Shades of Verdun Green #395116

Tints of Verdun Green #395116

Color information

#395116 (or 0x395116) is unknown color: approx Verdun Green. HEX triplet: 39, 51 and 16. RGB value is (57,81,22). Sum of RGB (Red+Green+Blue) = 57+81+22=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #395116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395116 is #C6AEE9. Grayscale: #434343. Windows color (decimal): -13020906 or 1462585. OLE color: 1462585.

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

Color convert

RGB578122-
CMYK0.3000.730.68
HSL84.41º57.28%20.2%-
HSV(B)84.41º72.84%31.76%-
XYZ4.776.811.82-
YUV67.1102.55120.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 81 (32.03% from 255) = 50.62%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=35.62%
G=50.62%
B=13.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5781220.3000.730.6884.4157.2820.2
Hex3951161E04944543914
Octal71121263601111041247124
Binary11100110100011011011110010010011000100101010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395116; }

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

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

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

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

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

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

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

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