Shades of Green House #355A2A
Tints of Green House #355A2A
RGB
CMYK
RGB Variations
Color information
#355A2A (or 0x355A2A) is known color: Green House. HEX triplet: 35, 5A and 2A. RGB value is (53,90,42). Sum of RGB (Red+Green+Blue) = 53+90+42=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #355A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A2A is #CAA5D5. Grayscale: #494949. Windows color (decimal): -13280726 or 2775605. OLE color: 2775605.
HSL color Cylindrical-coordinate representation of color #355A2A: hue angle of 106.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #355A2A is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 42 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.65 |
| HSL | 106.25º | 0.36% | 0.26% | - |
| HSV(B) | 106.25º | 0.53% | 0.35% | - |
| XYZ | 5.54 | 8.24 | 3.49 | - |
| YUV | 73.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 42 | 0.41 | 0 | 0.53 | 0.65 | 106.25 | 0.36 | 0.26 |
| Hex | 35 | 5A | 2A | 29 | 0 | 35 | 41 | 6A | 24 | 1A |
| Octal | 65 | 132 | 52 | 51 | 0 | 65 | 101 | 152 | 44 | 32 |
| Binary | 110101 | 1011010 | 101010 | 101001 | 0 | 110101 | 1000001 | 1101010 | 100100 | 11010 |
Color Harmonies of #355A2A
Complementary color
Monochromatic Colors of #355A2A
Black with #355A2A
Text Example
Text Example
White with #355A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A2A; }
p { color: rgb(53,90,42); }
H1.HeaderClassName
{
color: #355A2A;
}
.AnyTagClassName
{
color: #355A2A;
}
</style>
background-color css
<style>
a { background-color: #355A2A; }
a { background-color: rgb(53,90,42); }
div.DivClassName
{
background-color: #355A2A;
}
.BgClassName
{
background-color: #355A2A;
}
</style>
border-color css
<style>
span { border-color: #355A2A; }
span { border-color: rgb(53,90,42); }
td.TdClassName
{
border-color: #355A2A;
}
.TagClassName
{
border-color: #355A2A;
}
</style>