Shades of Turtle Green #384715
Tints of Turtle Green #384715
RGB
CMYK
RGB Variations
Color information
#384715 (or 0x384715) is known color: Turtle Green. HEX triplet: 38, 47 and 15. RGB value is (56,71,21). Sum of RGB (Red+Green+Blue) = 56+71+21=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #384715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384715 is #C7B8EA. Grayscale: #3D3D3D. Windows color (decimal): -13089003 or 1394488. OLE color: 1394488.
HSL color Cylindrical-coordinate representation of color #384715: hue angle of 78º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384715 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 71 | 21 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.72 |
| HSL | 78º | 0.54% | 0.18% | - |
| HSV(B) | 78º | 0.7% | 0.28% | - |
| XYZ | 4.02 | 5.4 | 1.54 | - |
| YUV | 60.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 21 | 0.21 | 0 | 0.70 | 0.72 | 78 | 0.54 | 0.18 |
| Hex | 38 | 47 | 15 | 15 | 0 | 46 | 48 | 4E | 36 | 12 |
| Octal | 70 | 107 | 25 | 25 | 0 | 106 | 110 | 116 | 66 | 22 |
| Binary | 111000 | 1000111 | 10101 | 10101 | 0 | 1000110 | 1001000 | 1001110 | 110110 | 10010 |
Color Harmonies of #384715
Complementary color
Monochromatic Colors of #384715
Black with #384715
Text Example
Text Example
White with #384715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384715; }
p { color: rgb(56,71,21); }
H1.HeaderClassName
{
color: #384715;
}
.AnyTagClassName
{
color: #384715;
}
</style>
background-color css
<style>
a { background-color: #384715; }
a { background-color: rgb(56,71,21); }
div.DivClassName
{
background-color: #384715;
}
.BgClassName
{
background-color: #384715;
}
</style>
border-color css
<style>
span { border-color: #384715; }
span { border-color: rgb(56,71,21); }
td.TdClassName
{
border-color: #384715;
}
.TagClassName
{
border-color: #384715;
}
</style>