Shades of Plantation #415A4B
Tints of Plantation #415A4B
RGB
CMYK
RGB Variations
Color information
#415A4B (or 0x415A4B) is known color: Plantation. HEX triplet: 41, 5A and 4B. RGB value is (65,90,75). Sum of RGB (Red+Green+Blue) = 65+90+75=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #415A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415A4B is #BEA5B4. Grayscale: #505050. Windows color (decimal): -12494261 or 4938305. OLE color: 4938305.
HSL color Cylindrical-coordinate representation of color #415A4B: hue angle of 144º 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 #415A4B is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 90 | 75 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.65 |
| HSL | 144º | 0.16% | 0.3% | - |
| HSV(B) | 144º | 0.28% | 0.35% | - |
| XYZ | 7.11 | 8.94 | 8.01 | - |
| YUV | 80.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 75 | 0.28 | 0 | 0.17 | 0.65 | 144 | 0.16 | 0.3 |
| Hex | 41 | 5A | 4B | 1C | 0 | 11 | 41 | 90 | 10 | 1E |
| Octal | 101 | 132 | 113 | 34 | 0 | 21 | 101 | 220 | 20 | 36 |
| Binary | 1000001 | 1011010 | 1001011 | 11100 | 0 | 10001 | 1000001 | 10010000 | 10000 | 11110 |
Color Harmonies of #415A4B
Complementary color
Monochromatic Colors of #415A4B
Black with #415A4B
Text Example
Text Example
White with #415A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A4B; }
p { color: rgb(65,90,75); }
H1.HeaderClassName
{
color: #415A4B;
}
.AnyTagClassName
{
color: #415A4B;
}
</style>
background-color css
<style>
a { background-color: #415A4B; }
a { background-color: rgb(65,90,75); }
div.DivClassName
{
background-color: #415A4B;
}
.BgClassName
{
background-color: #415A4B;
}
</style>
border-color css
<style>
span { border-color: #415A4B; }
span { border-color: rgb(65,90,75); }
td.TdClassName
{
border-color: #415A4B;
}
.TagClassName
{
border-color: #415A4B;
}
</style>