#395635

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

Shades of Green House #395635

Tints of Green House #395635

Color information

#395635 (or 0x395635) is unknown color: approx Green House. HEX triplet: 39, 56 and 35. RGB value is (57,86,53). Sum of RGB (Red+Green+Blue) = 57+86+53=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #395635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395635 is #C6A9CA. Grayscale: #494949. Windows color (decimal): -13019595 or 3495481. OLE color: 3495481.

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

Color convert

RGB578653-
CMYK0.3400.380.66
HSL112.73º23.74%27.25%-
HSV(B)112.73º38.37%33.73%-
XYZ5.667.784.57-
YUV73.57116.39116.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=29.08%
G=43.88%
B=27.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5786530.3400.380.66112.7323.7427.25
Hex395635220264271181b
Octal7112665420461021613033
Binary11100110101101101011000100100110100001011100011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395635; }

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

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

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

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

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

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

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

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