Shades of Green House #3A5F2B
Tints of Green House #3A5F2B
RGB
CMYK
RGB Variations
Color information
#3A5F2B (or 0x3A5F2B) is known color: Green House. HEX triplet: 3A, 5F and 2B. RGB value is (58,95,43). Sum of RGB (Red+Green+Blue) = 58+95+43=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5F2B is #C5A0D4. Grayscale: #4E4E4E. Windows color (decimal): -12951765 or 2842426. OLE color: 2842426.
HSL color Cylindrical-coordinate representation of color #3A5F2B: hue angle of 102.69º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A5F2B is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 95 | 43 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.63 |
| HSL | 102.69º | 0.38% | 0.27% | - |
| HSV(B) | 102.69º | 0.55% | 0.37% | - |
| XYZ | 6.27 | 9.26 | 3.74 | - |
| YUV | 78.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 43 | 0.39 | 0 | 0.55 | 0.63 | 102.69 | 0.38 | 0.27 |
| Hex | 3A | 5F | 2B | 27 | 0 | 37 | 3F | 67 | 26 | 1B |
| Octal | 72 | 137 | 53 | 47 | 0 | 67 | 77 | 147 | 46 | 33 |
| Binary | 111010 | 1011111 | 101011 | 100111 | 0 | 110111 | 111111 | 1100111 | 100110 | 11011 |
Color Harmonies of #3A5F2B
Complementary color
Monochromatic Colors of #3A5F2B
Black with #3A5F2B
Text Example
Text Example
White with #3A5F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5F2B; }
p { color: rgb(58,95,43); }
H1.HeaderClassName
{
color: #3A5F2B;
}
.AnyTagClassName
{
color: #3A5F2B;
}
</style>
background-color css
<style>
a { background-color: #3A5F2B; }
a { background-color: rgb(58,95,43); }
div.DivClassName
{
background-color: #3A5F2B;
}
.BgClassName
{
background-color: #3A5F2B;
}
</style>
border-color css
<style>
span { border-color: #3A5F2B; }
span { border-color: rgb(58,95,43); }
td.TdClassName
{
border-color: #3A5F2B;
}
.TagClassName
{
border-color: #3A5F2B;
}
</style>