#3D7132

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

Shades of Green House #3D7132

Tints of Green House #3D7132

Color information

#3D7132 (or 0x3D7132) is unknown color: approx Green House. HEX triplet: 3D, 71 and 32. RGB value is (61,113,50). Sum of RGB (Red+Green+Blue) = 61+113+50=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7132 is #C28ECD. Grayscale: #5A5A5A. Windows color (decimal): -12750542 or 3305789. OLE color: 3305789.

HSL color Cylindrical-coordinate representation of color #3D7132: hue angle of 109.52º 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 #3D7132 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB6111350-
CMYK0.4600.560.56
HSL109.52º38.65%31.96%-
HSV(B)109.52º55.75%44.31%-
XYZ8.4113.035.09-
YUV90.27105.27107.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.23%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=27.23%
G=50.45%
B=22.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61113500.4600.560.56109.5238.6531.96
Hex3D71322E038386e2720
Octal751616256070701564740
Binary111101111000111001010111001110001110001101110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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