#395533

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

Shades of Green House #395533

Tints of Green House #395533

Color information

#395533 (or 0x395533) is unknown color: approx Green House. HEX triplet: 39, 55 and 33. RGB value is (57,85,51). Sum of RGB (Red+Green+Blue) = 57+85+51=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #395533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395533 is #C6AACC. Grayscale: #484848. Windows color (decimal): -13019853 or 3364153. OLE color: 3364153.

HSL color Cylindrical-coordinate representation of color #395533: hue angle of 109.41º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395533 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB578551-
CMYK0.3300.400.67
HSL109.41º25%26.67%-
HSV(B)109.41º40%33.33%-
XYZ5.537.614.31-
YUV72.75115.72116.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=29.53%
G=44.04%
B=26.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785510.3300.400.67109.412526.67
Hex39553321028436d191b
Octal7112563410501031553133
Binary11100110101011100111000010101000100001111011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395533; }

 p { color: rgb(57,85,51); }

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

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

 a { background-color: rgb(57,85,51); }

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

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

 span { border-color: rgb(57,85,51); }

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