Shades of Plantation #38654B
Tints of Plantation #38654B
RGB
CMYK
RGB Variations
Color information
#38654B (or 0x38654B) is known color: Plantation. HEX triplet: 38, 65 and 4B. RGB value is (56,101,75). Sum of RGB (Red+Green+Blue) = 56+101+75=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #38654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38654B is #C79AB4. Grayscale: #545454. Windows color (decimal): -13081269 or 4941112. OLE color: 4941112.
HSL color Cylindrical-coordinate representation of color #38654B: hue angle of 145.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38654B is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 101 | 75 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.60 |
| HSL | 145.33º | 0.29% | 0.31% | - |
| HSV(B) | 145.33º | 0.45% | 0.4% | - |
| XYZ | 7.55 | 10.66 | 8.32 | - |
| YUV | 84.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 101 | 75 | 0.45 | 0 | 0.26 | 0.60 | 145.33 | 0.29 | 0.31 |
| Hex | 38 | 65 | 4B | 2D | 0 | 1A | 3C | 91 | 1D | 1F |
| Octal | 70 | 145 | 113 | 55 | 0 | 32 | 74 | 221 | 35 | 37 |
| Binary | 111000 | 1100101 | 1001011 | 101101 | 0 | 11010 | 111100 | 10010001 | 11101 | 11111 |
Color Harmonies of #38654B
Complementary color
Monochromatic Colors of #38654B
Black with #38654B
Text Example
Text Example
White with #38654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38654B; }
p { color: rgb(56,101,75); }
H1.HeaderClassName
{
color: #38654B;
}
.AnyTagClassName
{
color: #38654B;
}
</style>
background-color css
<style>
a { background-color: #38654B; }
a { background-color: rgb(56,101,75); }
div.DivClassName
{
background-color: #38654B;
}
.BgClassName
{
background-color: #38654B;
}
</style>
border-color css
<style>
span { border-color: #38654B; }
span { border-color: rgb(56,101,75); }
td.TdClassName
{
border-color: #38654B;
}
.TagClassName
{
border-color: #38654B;
}
</style>