#395516

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

Shades of Verdun Green #395516

Tints of Verdun Green #395516

Color information

#395516 (or 0x395516) is unknown color: approx Verdun Green. HEX triplet: 39, 55 and 16. RGB value is (57,85,22). Sum of RGB (Red+Green+Blue) = 57+85+22=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #395516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395516 is #C6AAE9. Grayscale: #454545. Windows color (decimal): -13019882 or 1463609. OLE color: 1463609.

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

Color convert

RGB578522-
CMYK0.3300.740.67
HSL86.67º58.88%20.98%-
HSV(B)86.67º74.12%33.33%-
XYZ5.087.421.92-
YUV69.45101.22119.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=34.76%
G=51.83%
B=13.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785220.3300.740.6786.6758.8820.98
Hex3955162104A43573b15
Octal71125264101121031277325
Binary111001101010110110100001010010101000011101011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395516; }

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

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

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

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

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

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

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

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