Shades of Turtle Green #385014
Tints of Turtle Green #385014
RGB
CMYK
RGB Variations
Color information
#385014 (or 0x385014) is known color: Turtle Green. HEX triplet: 38, 50 and 14. RGB value is (56,80,20). Sum of RGB (Red+Green+Blue) = 56+80+20=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #385014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385014 is #C7AFEB. Grayscale: #424242. Windows color (decimal): -13086700 or 1331256. OLE color: 1331256.
HSL color Cylindrical-coordinate representation of color #385014: hue angle of 84º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385014 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 80 | 20 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.69 |
| HSL | 84º | 0.6% | 0.2% | - |
| HSV(B) | 84º | 0.75% | 0.31% | - |
| XYZ | 4.63 | 6.63 | 1.7 | - |
| YUV | 65.98 | 102.05 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 20 | 0.30 | 0 | 0.75 | 0.69 | 84 | 0.6 | 0.2 |
| Hex | 38 | 50 | 14 | 1E | 0 | 4B | 45 | 54 | 3C | 14 |
| Octal | 70 | 120 | 24 | 36 | 0 | 113 | 105 | 124 | 74 | 24 |
| Binary | 111000 | 1010000 | 10100 | 11110 | 0 | 1001011 | 1000101 | 1010100 | 111100 | 10100 |
Color Harmonies of #385014
Complementary color
Monochromatic Colors of #385014
Black with #385014
Text Example
Text Example
White with #385014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385014; }
p { color: rgb(56,80,20); }
H1.HeaderClassName
{
color: #385014;
}
.AnyTagClassName
{
color: #385014;
}
</style>
background-color css
<style>
a { background-color: #385014; }
a { background-color: rgb(56,80,20); }
div.DivClassName
{
background-color: #385014;
}
.BgClassName
{
background-color: #385014;
}
</style>
border-color css
<style>
span { border-color: #385014; }
span { border-color: rgb(56,80,20); }
td.TdClassName
{
border-color: #385014;
}
.TagClassName
{
border-color: #385014;
}
</style>