#3B5A37

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

Shades of Green House #3B5A37

Tints of Green House #3B5A37

Color information

#3B5A37 (or 0x3B5A37) is unknown color: approx Green House. HEX triplet: 3B, 5A and 37. RGB value is (59,90,55). Sum of RGB (Red+Green+Blue) = 59+90+55=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5A37 is #C4A5C8. Grayscale: #4C4C4C. Windows color (decimal): -12887497 or 3627579. OLE color: 3627579.

HSL color Cylindrical-coordinate representation of color #3B5A37: hue angle of 113.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B5A37 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB599055-
CMYK0.3400.390.65
HSL113.14º24.14%28.43%-
HSV(B)113.14º38.89%35.29%-
XYZ6.158.524.93-
YUV76.74115.73115.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.92%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=28.92%
G=44.12%
B=26.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5990550.3400.390.65113.1424.1428.43
Hex3B5A37220274171181c
Octal7313267420471011613034
Binary11101110110101101111000100100111100000111100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B5A37; }

 p { color: rgb(59,90,55); }

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

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

 a { background-color: rgb(59,90,55); }

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

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

 span { border-color: rgb(59,90,55); }

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