#3C7236

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

Shades of Green House #3C7236

Tints of Green House #3C7236

Color information

#3C7236 (or 0x3C7236) is unknown color: approx Green House. HEX triplet: 3C, 72 and 36. RGB value is (60,114,54). Sum of RGB (Red+Green+Blue) = 60+114+54=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7236 is #C38DC9. Grayscale: #5B5B5B. Windows color (decimal): -12815818 or 3568188. OLE color: 3568188.

HSL color Cylindrical-coordinate representation of color #3C7236: hue angle of 114º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7236 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB6011454-
CMYK0.4700.530.55
HSL114º35.71%32.94%-
HSV(B)114º52.63%44.71%-
XYZ8.5513.265.6-
YUV91.01107.11105.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.32%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=26.32%
G=50%
B=23.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60114540.4700.530.5511435.7132.94
Hex3C72362F03537722421
Octal741626657065671624441
Binary111100111001011011010111101101011101111110010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,114,54); }

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

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

 a { background-color: rgb(60,114,54); }

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

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

 span { border-color: rgb(60,114,54); }

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