Shades of Turtle Green #384711
Tints of Turtle Green #384711
RGB
CMYK
RGB Variations
Color information
#384711 (or 0x384711) is known color: Turtle Green. HEX triplet: 38, 47 and 11. RGB value is (56,71,17). Sum of RGB (Red+Green+Blue) = 56+71+17=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #384711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384711 is #C7B8EE. Grayscale: #3C3C3C. Windows color (decimal): -13089007 or 1132344. OLE color: 1132344.
HSL color Cylindrical-coordinate representation of color #384711: hue angle of 76.67º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384711 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 71 | 17 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.72 |
| HSL | 76.67º | 0.61% | 0.17% | - |
| HSV(B) | 76.67º | 0.76% | 0.28% | - |
| XYZ | 3.99 | 5.39 | 1.36 | - |
| YUV | 60.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 17 | 0.21 | 0 | 0.76 | 0.72 | 76.67 | 0.61 | 0.17 |
| Hex | 38 | 47 | 11 | 15 | 0 | 4C | 48 | 4D | 3D | 11 |
| Octal | 70 | 107 | 21 | 25 | 0 | 114 | 110 | 115 | 75 | 21 |
| Binary | 111000 | 1000111 | 10001 | 10101 | 0 | 1001100 | 1001000 | 1001101 | 111101 | 10001 |
Color Harmonies of #384711
Complementary color
Monochromatic Colors of #384711
Black with #384711
Text Example
Text Example
White with #384711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384711; }
p { color: rgb(56,71,17); }
H1.HeaderClassName
{
color: #384711;
}
.AnyTagClassName
{
color: #384711;
}
</style>
background-color css
<style>
a { background-color: #384711; }
a { background-color: rgb(56,71,17); }
div.DivClassName
{
background-color: #384711;
}
.BgClassName
{
background-color: #384711;
}
</style>
border-color css
<style>
span { border-color: #384711; }
span { border-color: rgb(56,71,17); }
td.TdClassName
{
border-color: #384711;
}
.TagClassName
{
border-color: #384711;
}
</style>