#3C7332

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

Shades of Green House #3C7332

Tints of Green House #3C7332

Color information

#3C7332 (or 0x3C7332) is unknown color: approx Green House. HEX triplet: 3C, 73 and 32. RGB value is (60,115,50). Sum of RGB (Red+Green+Blue) = 60+115+50=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7332 is #C38CCD. Grayscale: #5B5B5B. Windows color (decimal): -12815566 or 3306300. OLE color: 3306300.

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

Color convert

RGB6011550-
CMYK0.4800.570.55
HSL110.77º39.39%32.35%-
HSV(B)110.77º56.52%45.1%-
XYZ8.5713.455.16-
YUV91.14104.78105.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=26.67%
G=51.11%
B=22.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115500.4800.570.55110.7739.3932.35
Hex3C733230039376f2720
Octal741636260071671574740
Binary111100111001111001011000001110011101111101111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,115,50); }

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

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

 a { background-color: rgb(60,115,50); }

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

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

 span { border-color: rgb(60,115,50); }

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