Shades of Green House #3C5A2E
Tints of Green House #3C5A2E
RGB
CMYK
RGB Variations
Color information
#3C5A2E (or 0x3C5A2E) is known color: Green House. HEX triplet: 3C, 5A and 2E. RGB value is (60,90,46). Sum of RGB (Red+Green+Blue) = 60+90+46=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A2E is #C3A5D1. Grayscale: #4C4C4C. Windows color (decimal): -12821970 or 3037756. OLE color: 3037756.
HSL color Cylindrical-coordinate representation of color #3C5A2E: hue angle of 100.91º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C5A2E is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
RGB | 60 | 90 | 46 | - |
CMYK | 0.33 | 0 | 0.49 | 0.65 |
HSL | 100.91º | 0.32% | 0.27% | - |
HSV(B) | 100.91º | 0.49% | 0.35% | - |
XYZ | 6.01 | 8.47 | 3.9 | - |
YUV | 76.01 | 111.06 | 116.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 90 | 46 | 0.33 | 0 | 0.49 | 0.65 | 100.91 | 0.32 | 0.27 |
Hex | 3C | 5A | 2E | 21 | 0 | 31 | 41 | 65 | 20 | 1B |
Octal | 74 | 132 | 56 | 41 | 0 | 61 | 101 | 145 | 40 | 33 |
Binary | 111100 | 1011010 | 101110 | 100001 | 0 | 110001 | 1000001 | 1100101 | 100000 | 11011 |
Color Harmonies of #3C5A2E
Complementary color
Monochromatic Colors of #3C5A2E
Black with #3C5A2E
Text Example
Text Example
White with #3C5A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5A2E; }
p { color: rgb(60,90,46); }
H1.HeaderClassName
{
color: #3C5A2E;
}
.AnyTagClassName
{
color: #3C5A2E;
}
</style>
background-color css
<style>
a { background-color: #3C5A2E; }
a { background-color: rgb(60,90,46); }
div.DivClassName
{
background-color: #3C5A2E;
}
.BgClassName
{
background-color: #3C5A2E;
}
</style>
border-color css
<style>
span { border-color: #3C5A2E; }
span { border-color: rgb(60,90,46); }
td.TdClassName
{
border-color: #3C5A2E;
}
.TagClassName
{
border-color: #3C5A2E;
}
</style>