Shades of Plantation #38674A
Tints of Plantation #38674A
RGB
CMYK
RGB Variations
Color information
#38674A (or 0x38674A) is known color: Plantation. HEX triplet: 38, 67 and 4A. RGB value is (56,103,74). Sum of RGB (Red+Green+Blue) = 56+103+74=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #38674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38674A is #C798B5. Grayscale: #555555. Windows color (decimal): -13080758 or 4876088. OLE color: 4876088.
HSL color Cylindrical-coordinate representation of color #38674A: hue angle of 142.98º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38674A is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 103 | 74 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.60 |
| HSL | 142.98º | 0.3% | 0.31% | - |
| HSV(B) | 142.98º | 0.46% | 0.4% | - |
| XYZ | 7.72 | 11.04 | 8.2 | - |
| YUV | 85.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 103 | 74 | 0.46 | 0 | 0.28 | 0.60 | 142.98 | 0.3 | 0.31 |
| Hex | 38 | 67 | 4A | 2E | 0 | 1C | 3C | 8F | 1E | 1F |
| Octal | 70 | 147 | 112 | 56 | 0 | 34 | 74 | 217 | 36 | 37 |
| Binary | 111000 | 1100111 | 1001010 | 101110 | 0 | 11100 | 111100 | 10001111 | 11110 | 11111 |
Color Harmonies of #38674A
Complementary color
Monochromatic Colors of #38674A
Black with #38674A
Text Example
Text Example
White with #38674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38674A; }
p { color: rgb(56,103,74); }
H1.HeaderClassName
{
color: #38674A;
}
.AnyTagClassName
{
color: #38674A;
}
</style>
background-color css
<style>
a { background-color: #38674A; }
a { background-color: rgb(56,103,74); }
div.DivClassName
{
background-color: #38674A;
}
.BgClassName
{
background-color: #38674A;
}
</style>
border-color css
<style>
span { border-color: #38674A; }
span { border-color: rgb(56,103,74); }
td.TdClassName
{
border-color: #38674A;
}
.TagClassName
{
border-color: #38674A;
}
</style>