#3B6332

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

Shades of Green House #3B6332

Tints of Green House #3B6332

Color information

#3B6332 (or 0x3B6332) is unknown color: approx Green House. HEX triplet: 3B, 63 and 32. RGB value is (59,99,50). Sum of RGB (Red+Green+Blue) = 59+99+50=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6332 is #C49CCD. Grayscale: #515151. Windows color (decimal): -12885198 or 3302203. OLE color: 3302203.

HSL color Cylindrical-coordinate representation of color #3B6332: hue angle of 108.98º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B6332 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB599950-
CMYK0.4000.490.61
HSL108.98º32.89%29.22%-
HSV(B)108.98º49.49%38.82%-
XYZ6.8410.084.6-
YUV81.45110.25111.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.37%
GREEN value IS 99 (39.06% from 255) = 47.60%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=28.37%
G=47.60%
B=24.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999500.4000.490.61108.9832.8929.22
Hex3B6332280313D6d211d
Octal731436250061751554135
Binary11101111000111100101010000110001111101110110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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