#395605

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

Shades of Verdun Green #395605

Tints of Verdun Green #395605

Color information

#395605 (or 0x395605) is unknown color: approx Verdun Green. HEX triplet: 39, 56 and 05. RGB value is (57,86,5). Sum of RGB (Red+Green+Blue) = 57+86+5=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 86 (33.98% from 255 or 58.11% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 86 - color contains mainly: green. Hex color #395605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395605 is #C6A9FA. Grayscale: #444444. Windows color (decimal): -13019643 or 349753. OLE color: 349753.

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

Color convert

RGB57865-
CMYK0.3400.940.66
HSL81.48º89.01%17.84%-
HSV(B)81.48º94.19%33.73%-
XYZ5.047.541.33-
YUV68.192.39120.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 86 (33.98% from 255) = 58.11%
BLUE value IS 5 (2.34% from 255) = 3.38%
R=38.51%
G=58.11%
B=3.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal578650.3400.940.6681.4889.0117.84
Hex395652205E42515912
Octal71126542013610212113122
Binary11100110101101011000100101111010000101010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395605; }

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

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

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

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

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

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

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

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