Shades of Plantation #41534A
Tints of Plantation #41534A
RGB
CMYK
RGB Variations
Color information
#41534A (or 0x41534A) is known color: Plantation. HEX triplet: 41, 53 and 4A. RGB value is (65,83,74). Sum of RGB (Red+Green+Blue) = 65+83+74=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #41534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41534A is #BEACB5. Grayscale: #4C4C4C. Windows color (decimal): -12496054 or 4870977. OLE color: 4870977.
HSL color Cylindrical-coordinate representation of color #41534A: hue angle of 150º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #41534A is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 83 | 74 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.67 |
| HSL | 150º | 0.12% | 0.29% | - |
| HSV(B) | 150º | 0.22% | 0.33% | - |
| XYZ | 6.51 | 7.8 | 7.64 | - |
| YUV | 76.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 74 | 0.22 | 0 | 0.11 | 0.67 | 150 | 0.12 | 0.29 |
| Hex | 41 | 53 | 4A | 16 | 0 | B | 43 | 96 | C | 1D |
| Octal | 101 | 123 | 112 | 26 | 0 | 13 | 103 | 226 | 14 | 35 |
| Binary | 1000001 | 1010011 | 1001010 | 10110 | 0 | 1011 | 1000011 | 10010110 | 1100 | 11101 |
Color Harmonies of #41534A
Complementary color
Monochromatic Colors of #41534A
Black with #41534A
Text Example
Text Example
White with #41534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41534A; }
p { color: rgb(65,83,74); }
H1.HeaderClassName
{
color: #41534A;
}
.AnyTagClassName
{
color: #41534A;
}
</style>
background-color css
<style>
a { background-color: #41534A; }
a { background-color: rgb(65,83,74); }
div.DivClassName
{
background-color: #41534A;
}
.BgClassName
{
background-color: #41534A;
}
</style>
border-color css
<style>
span { border-color: #41534A; }
span { border-color: rgb(65,83,74); }
td.TdClassName
{
border-color: #41534A;
}
.TagClassName
{
border-color: #41534A;
}
</style>