Shades of Plantation #3A5A4A
Tints of Plantation #3A5A4A
RGB
CMYK
RGB Variations
Color information
#3A5A4A (or 0x3A5A4A) is known color: Plantation. HEX triplet: 3A, 5A and 4A. RGB value is (58,90,74). Sum of RGB (Red+Green+Blue) = 58+90+74=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A4A is #C5A5B5. Grayscale: #4E4E4E. Windows color (decimal): -12953014 or 4872762. OLE color: 4872762.
HSL color Cylindrical-coordinate representation of color #3A5A4A: hue angle of 150º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5A4A is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 90 | 74 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.65 |
| HSL | 150º | 0.22% | 0.29% | - |
| HSV(B) | 150º | 0.36% | 0.35% | - |
| XYZ | 6.64 | 8.71 | 7.81 | - |
| YUV | 78.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 74 | 0.36 | 0 | 0.18 | 0.65 | 150 | 0.22 | 0.29 |
| Hex | 3A | 5A | 4A | 24 | 0 | 12 | 41 | 96 | 16 | 1D |
| Octal | 72 | 132 | 112 | 44 | 0 | 22 | 101 | 226 | 26 | 35 |
| Binary | 111010 | 1011010 | 1001010 | 100100 | 0 | 10010 | 1000001 | 10010110 | 10110 | 11101 |
Color Harmonies of #3A5A4A
Complementary color
Monochromatic Colors of #3A5A4A
Black with #3A5A4A
Text Example
Text Example
White with #3A5A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A4A; }
p { color: rgb(58,90,74); }
H1.HeaderClassName
{
color: #3A5A4A;
}
.AnyTagClassName
{
color: #3A5A4A;
}
</style>
background-color css
<style>
a { background-color: #3A5A4A; }
a { background-color: rgb(58,90,74); }
div.DivClassName
{
background-color: #3A5A4A;
}
.BgClassName
{
background-color: #3A5A4A;
}
</style>
border-color css
<style>
span { border-color: #3A5A4A; }
span { border-color: rgb(58,90,74); }
td.TdClassName
{
border-color: #3A5A4A;
}
.TagClassName
{
border-color: #3A5A4A;
}
</style>