#395D36

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

Shades of Green House #395D36

Tints of Green House #395D36

Color information

#395D36 (or 0x395D36) is unknown color: approx Green House. HEX triplet: 39, 5D and 36. RGB value is (57,93,54). Sum of RGB (Red+Green+Blue) = 57+93+54=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #395D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D36 is #C6A2C9. Grayscale: #4D4D4D. Windows color (decimal): -13017802 or 3562809. OLE color: 3562809.

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

Color convert

RGB579354-
CMYK0.3900.420.64
HSL115.38º26.53%28.82%-
HSV(B)115.38º41.94%36.47%-
XYZ6.278.964.89-
YUV77.79114.57113.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 93 (36.72% from 255) = 45.59%
BLUE value IS 54 (21.48% from 255) = 26.47%
R=27.94%
G=45.59%
B=26.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793540.3900.420.64115.3826.5328.82
Hex395D362702A40731b1d
Octal7113566470521001633335
Binary11100110111011101101001110101010100000011100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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