#395616

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

Shades of Verdun Green #395616

Tints of Verdun Green #395616

Color information

#395616 (or 0x395616) is unknown color: approx Verdun Green. HEX triplet: 39, 56 and 16. RGB value is (57,86,22). Sum of RGB (Red+Green+Blue) = 57+86+22=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #395616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395616 is #C6A9E9. Grayscale: #464646. Windows color (decimal): -13019626 or 1463865. OLE color: 1463865.

HSL color Cylindrical-coordinate representation of color #395616: hue angle of 87.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #395616 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB578622-
CMYK0.3400.740.66
HSL87.19º59.26%21.18%-
HSV(B)87.19º74.42%33.73%-
XYZ5.167.581.95-
YUV70.03100.89118.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.55%
GREEN value IS 86 (33.98% from 255) = 52.12%
BLUE value IS 22 (8.98% from 255) = 13.33%
R=34.55%
G=52.12%
B=13.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5786220.3400.740.6687.1959.2621.18
Hex3956162204A42573b15
Octal71126264201121021277325
Binary111001101011010110100010010010101000010101011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395616; }

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

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

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

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

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

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

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

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