#395609

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

Shades of Verdun Green #395609

Tints of Verdun Green #395609

Color information

#395609 (or 0x395609) is unknown color: approx Verdun Green. HEX triplet: 39, 56 and 09. RGB value is (57,86,9). Sum of RGB (Red+Green+Blue) = 57+86+9=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #395609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395609 is #C6A9F6. Grayscale: #444444. Windows color (decimal): -13019639 or 611897. OLE color: 611897.

HSL color Cylindrical-coordinate representation of color #395609: hue angle of 82.6º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #395609 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB57869-
CMYK0.3400.900.66
HSL82.6º81.05%18.63%-
HSV(B)82.6º89.53%33.73%-
XYZ5.067.551.45-
YUV68.5594.39119.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 86 (33.98% from 255) = 56.58%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=37.5%
G=56.58%
B=5.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal578690.3400.900.6682.681.0518.63
Hex395692205A42535113
Octal711261142013210212312123
Binary111001101011010011000100101101010000101010011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395609; }

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

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

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

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

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

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

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

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