#395D38

Color #395D38 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #395D38

Tints of Parsley #395D38

Color information

#395D38 (or 0x395D38) is unknown color: approx Parsley. HEX triplet: 39, 5D and 38. RGB value is (57,93,56). Sum of RGB (Red+Green+Blue) = 57+93+56=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #395D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D38 is #C6A2C7. Grayscale: #4E4E4E. Windows color (decimal): -13017800 or 3693881. OLE color: 3693881.

HSL color Cylindrical-coordinate representation of color #395D38: hue angle of 118.38º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395D38 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB579356-
CMYK0.3900.400.64
HSL118.38º24.83%29.22%-
HSV(B)118.38º39.78%36.47%-
XYZ6.328.985.14-
YUV78.02115.57113.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 93 (36.72% from 255) = 45.15%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=27.67%
G=45.15%
B=27.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793560.3900.400.64118.3824.8329.22
Hex395D38270284076191d
Octal7113570470501001663135
Binary11100110111011110001001110101000100000011101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395D38; }

 p { color: rgb(57,93,56); }

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

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

 a { background-color: rgb(57,93,56); }

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

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

 span { border-color: rgb(57,93,56); }

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