#395608

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

Shades of Verdun Green #395608

Tints of Verdun Green #395608

Color information

#395608 (or 0x395608) is unknown color: approx Verdun Green. HEX triplet: 39, 56 and 08. RGB value is (57,86,8). Sum of RGB (Red+Green+Blue) = 57+86+8=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 86 (33.98% from 255 or 56.95% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 86 - color contains mainly: green. Hex color #395608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395608 is #C6A9F7. Grayscale: #444444. Windows color (decimal): -13019640 or 546361. OLE color: 546361.

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

Color convert

RGB57868-
CMYK0.3400.910.66
HSL82.31º82.98%18.43%-
HSV(B)82.31º90.7%33.73%-
XYZ5.067.541.42-
YUV68.4493.89119.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 86 (33.98% from 255) = 56.95%
BLUE value IS 8 (3.52% from 255) = 5.30%
R=37.75%
G=56.95%
B=5.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal578680.3400.910.6682.3182.9818.43
Hex395682205B42525312
Octal711261042013310212212322
Binary111001101011010001000100101101110000101010010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395608; }

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

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

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

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

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

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

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

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