#395F35

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

Shades of Green House #395F35

Tints of Green House #395F35

Color information

#395F35 (or 0x395F35) is unknown color: approx Green House. HEX triplet: 39, 5F and 35. RGB value is (57,95,53). Sum of RGB (Red+Green+Blue) = 57+95+53=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #395F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395F35 is #C6A0CA. Grayscale: #4E4E4E. Windows color (decimal): -13017291 or 3497785. OLE color: 3497785.

HSL color Cylindrical-coordinate representation of color #395F35: hue angle of 114.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #395F35 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB579553-
CMYK0.4000.440.63
HSL114.29º28.38%29.02%-
HSV(B)114.29º44.21%37.25%-
XYZ6.429.314.83-
YUV78.85113.41112.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 95 (37.5% from 255) = 46.34%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=27.80%
G=46.34%
B=25.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5795530.4000.440.63114.2928.3829.02
Hex395F352802C3F721c1d
Octal711376550054771623435
Binary1110011011111110101101000010110011111111100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,95,53); }

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

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

 a { background-color: rgb(57,95,53); }

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

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

 span { border-color: rgb(57,95,53); }

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