#395810

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

Shades of Verdun Green #395810

Tints of Verdun Green #395810

Color information

#395810 (or 0x395810) is unknown color: approx Verdun Green. HEX triplet: 39, 58 and 10. RGB value is (57,88,16). Sum of RGB (Red+Green+Blue) = 57+88+16=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #395810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395810 is #C6A7EF. Grayscale: #464646. Windows color (decimal): -13019120 or 1071161. OLE color: 1071161.

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

Color convert

RGB578816-
CMYK0.3500.820.65
HSL85.83º69.23%20.39%-
HSV(B)85.83º81.82%34.51%-
XYZ5.277.891.73-
YUV70.5297.23118.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.40%
GREEN value IS 88 (34.77% from 255) = 54.66%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=35.40%
G=54.66%
B=9.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5788160.3500.820.6585.8369.2320.39
Hex3958102305241564514
Octal711302043012210112610524
Binary1110011011000100001000110101001010000011010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395810; }

 p { color: rgb(57,88,16); }

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

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

 a { background-color: rgb(57,88,16); }

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

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

 span { border-color: rgb(57,88,16); }

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