#3B5A32

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

Shades of Green House #3B5A32

Tints of Green House #3B5A32

Color information

#3B5A32 (or 0x3B5A32) is unknown color: approx Green House. HEX triplet: 3B, 5A and 32. RGB value is (59,90,50). Sum of RGB (Red+Green+Blue) = 59+90+50=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5A32 is #C4A5CD. Grayscale: #4C4C4C. Windows color (decimal): -12887502 or 3299899. OLE color: 3299899.

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

Color convert

RGB599050-
CMYK0.3400.440.65
HSL106.5º28.57%27.45%-
HSV(B)106.5º44.44%35.29%-
XYZ6.048.474.33-
YUV76.17113.23115.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.65%
GREEN value IS 90 (35.55% from 255) = 45.23%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=29.65%
G=45.23%
B=25.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5990500.3400.440.65106.528.5727.45
Hex3B5A322202C416a1d1b
Octal7313262420541011523533
Binary11101110110101100101000100101100100000111010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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