Shades of Plantation #44534A
Tints of Plantation #44534A
RGB
CMYK
RGB Variations
Color information
#44534A (or 0x44534A) is known color: Plantation. HEX triplet: 44, 53 and 4A. RGB value is (68,83,74). Sum of RGB (Red+Green+Blue) = 68+83+74=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #44534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44534A is #BBACB5. Grayscale: #4D4D4D. Windows color (decimal): -12299446 or 4870980. OLE color: 4870980.
HSL color Cylindrical-coordinate representation of color #44534A: hue angle of 144º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #44534A is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 74 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.67 |
| HSL | 144º | 0.1% | 0.3% | - |
| HSV(B) | 144º | 0.18% | 0.33% | - |
| XYZ | 6.71 | 7.91 | 7.65 | - |
| YUV | 77.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 74 | 0.18 | 0 | 0.11 | 0.67 | 144 | 0.1 | 0.3 |
| Hex | 44 | 53 | 4A | 12 | 0 | B | 43 | 90 | A | 1E |
| Octal | 104 | 123 | 112 | 22 | 0 | 13 | 103 | 220 | 12 | 36 |
| Binary | 1000100 | 1010011 | 1001010 | 10010 | 0 | 1011 | 1000011 | 10010000 | 1010 | 11110 |
Color Harmonies of #44534A
Complementary color
Monochromatic Colors of #44534A
Black with #44534A
Text Example
Text Example
White with #44534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44534A; }
p { color: rgb(68,83,74); }
H1.HeaderClassName
{
color: #44534A;
}
.AnyTagClassName
{
color: #44534A;
}
</style>
background-color css
<style>
a { background-color: #44534A; }
a { background-color: rgb(68,83,74); }
div.DivClassName
{
background-color: #44534A;
}
.BgClassName
{
background-color: #44534A;
}
</style>
border-color css
<style>
span { border-color: #44534A; }
span { border-color: rgb(68,83,74); }
td.TdClassName
{
border-color: #44534A;
}
.TagClassName
{
border-color: #44534A;
}
</style>