Shades of Plantation #415A4A
Tints of Plantation #415A4A
RGB
CMYK
RGB Variations
Color information
#415A4A (or 0x415A4A) is known color: Plantation. HEX triplet: 41, 5A and 4A. RGB value is (65,90,74). Sum of RGB (Red+Green+Blue) = 65+90+74=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #415A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415A4A is #BEA5B5. Grayscale: #505050. Windows color (decimal): -12494262 or 4872769. OLE color: 4872769.
HSL color Cylindrical-coordinate representation of color #415A4A: hue angle of 141.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #415A4A is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 90 | 74 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.65 |
| HSL | 141.6º | 0.16% | 0.3% | - |
| HSV(B) | 141.6º | 0.28% | 0.35% | - |
| XYZ | 7.07 | 8.93 | 7.83 | - |
| YUV | 80.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 74 | 0.28 | 0 | 0.18 | 0.65 | 141.6 | 0.16 | 0.3 |
| Hex | 41 | 5A | 4A | 1C | 0 | 12 | 41 | 8E | 10 | 1E |
| Octal | 101 | 132 | 112 | 34 | 0 | 22 | 101 | 216 | 20 | 36 |
| Binary | 1000001 | 1011010 | 1001010 | 11100 | 0 | 10010 | 1000001 | 10001110 | 10000 | 11110 |
Color Harmonies of #415A4A
Complementary color
Monochromatic Colors of #415A4A
Black with #415A4A
Text Example
Text Example
White with #415A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A4A; }
p { color: rgb(65,90,74); }
H1.HeaderClassName
{
color: #415A4A;
}
.AnyTagClassName
{
color: #415A4A;
}
</style>
background-color css
<style>
a { background-color: #415A4A; }
a { background-color: rgb(65,90,74); }
div.DivClassName
{
background-color: #415A4A;
}
.BgClassName
{
background-color: #415A4A;
}
</style>
border-color css
<style>
span { border-color: #415A4A; }
span { border-color: rgb(65,90,74); }
td.TdClassName
{
border-color: #415A4A;
}
.TagClassName
{
border-color: #415A4A;
}
</style>