Shades of Plantation #38624A
Tints of Plantation #38624A
RGB
CMYK
RGB Variations
Color information
#38624A (or 0x38624A) is known color: Plantation. HEX triplet: 38, 62 and 4A. RGB value is (56,98,74). Sum of RGB (Red+Green+Blue) = 56+98+74=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #38624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38624A is #C79DB5. Grayscale: #525252. Windows color (decimal): -13082038 or 4874808. OLE color: 4874808.
HSL color Cylindrical-coordinate representation of color #38624A: hue angle of 145.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38624A is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 98 | 74 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.62 |
| HSL | 145.71º | 0.27% | 0.3% | - |
| HSV(B) | 145.71º | 0.43% | 0.38% | - |
| XYZ | 7.23 | 10.07 | 8.04 | - |
| YUV | 82.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 74 | 0.43 | 0 | 0.24 | 0.62 | 145.71 | 0.27 | 0.3 |
| Hex | 38 | 62 | 4A | 2B | 0 | 18 | 3E | 92 | 1B | 1E |
| Octal | 70 | 142 | 112 | 53 | 0 | 30 | 76 | 222 | 33 | 36 |
| Binary | 111000 | 1100010 | 1001010 | 101011 | 0 | 11000 | 111110 | 10010010 | 11011 | 11110 |
Color Harmonies of #38624A
Complementary color
Monochromatic Colors of #38624A
Black with #38624A
Text Example
Text Example
White with #38624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38624A; }
p { color: rgb(56,98,74); }
H1.HeaderClassName
{
color: #38624A;
}
.AnyTagClassName
{
color: #38624A;
}
</style>
background-color css
<style>
a { background-color: #38624A; }
a { background-color: rgb(56,98,74); }
div.DivClassName
{
background-color: #38624A;
}
.BgClassName
{
background-color: #38624A;
}
</style>
border-color css
<style>
span { border-color: #38624A; }
span { border-color: rgb(56,98,74); }
td.TdClassName
{
border-color: #38624A;
}
.TagClassName
{
border-color: #38624A;
}
</style>