#3B7132

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

Shades of Green House #3B7132

Tints of Green House #3B7132

Color information

#3B7132 (or 0x3B7132) is unknown color: approx Green House. HEX triplet: 3B, 71 and 32. RGB value is (59,113,50). Sum of RGB (Red+Green+Blue) = 59+113+50=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #3B7132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7132 is #C48ECD. Grayscale: #595959. Windows color (decimal): -12881614 or 3305787. OLE color: 3305787.

HSL color Cylindrical-coordinate representation of color #3B7132: hue angle of 111.43º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B7132 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB5911350-
CMYK0.4800.560.56
HSL111.43º38.65%31.96%-
HSV(B)111.43º55.75%44.31%-
XYZ8.2812.975.08-
YUV89.67105.61106.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.58%
GREEN value IS 113 (44.53% from 255) = 50.90%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=26.58%
G=50.90%
B=22.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59113500.4800.560.56111.4338.6531.96
Hex3B713230038386f2720
Octal731616260070701574740
Binary111011111000111001011000001110001110001101111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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