#395906

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

Shades of Verdun Green #395906

Tints of Verdun Green #395906

Color information

#395906 (or 0x395906) is unknown color: approx Verdun Green. HEX triplet: 39, 59 and 06. RGB value is (57,89,6). Sum of RGB (Red+Green+Blue) = 57+89+6=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #395906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395906 is #C6A6F9. Grayscale: #464646. Windows color (decimal): -13018874 or 416057. OLE color: 416057.

HSL color Cylindrical-coordinate representation of color #395906: hue angle of 83.13º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #395906 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB57896-
CMYK0.3600.930.65
HSL83.13º87.37%18.63%-
HSV(B)83.13º93.26%34.9%-
XYZ5.298.031.44-
YUV69.9791.9118.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 89 (35.16% from 255) = 58.55%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=37.5%
G=58.55%
B=3.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal578960.3600.930.6583.1387.3718.63
Hex395962405D41535713
Octal71131644013510112312723
Binary11100110110011101001000101110110000011010011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395906; }

 p { color: rgb(57,89,6); }

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

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

 a { background-color: rgb(57,89,6); }

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

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

 span { border-color: rgb(57,89,6); }

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