Shades of Turtle Green #384718
Tints of Turtle Green #384718
RGB
CMYK
RGB Variations
Color information
#384718 (or 0x384718) is known color: Turtle Green. HEX triplet: 38, 47 and 18. RGB value is (56,71,24). Sum of RGB (Red+Green+Blue) = 56+71+24=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #384718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384718 is #C7B8E7. Grayscale: #3D3D3D. Windows color (decimal): -13089000 or 1591096. OLE color: 1591096.
HSL color Cylindrical-coordinate representation of color #384718: hue angle of 79.15º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #384718 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 71 | 24 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.72 |
| HSL | 79.15º | 0.49% | 0.19% | - |
| HSV(B) | 79.15º | 0.66% | 0.28% | - |
| XYZ | 4.05 | 5.41 | 1.7 | - |
| YUV | 61.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 24 | 0.21 | 0 | 0.66 | 0.72 | 79.15 | 0.49 | 0.19 |
| Hex | 38 | 47 | 18 | 15 | 0 | 42 | 48 | 4F | 31 | 13 |
| Octal | 70 | 107 | 30 | 25 | 0 | 102 | 110 | 117 | 61 | 23 |
| Binary | 111000 | 1000111 | 11000 | 10101 | 0 | 1000010 | 1001000 | 1001111 | 110001 | 10011 |
Color Harmonies of #384718
Complementary color
Monochromatic Colors of #384718
Black with #384718
Text Example
Text Example
White with #384718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384718; }
p { color: rgb(56,71,24); }
H1.HeaderClassName
{
color: #384718;
}
.AnyTagClassName
{
color: #384718;
}
</style>
background-color css
<style>
a { background-color: #384718; }
a { background-color: rgb(56,71,24); }
div.DivClassName
{
background-color: #384718;
}
.BgClassName
{
background-color: #384718;
}
</style>
border-color css
<style>
span { border-color: #384718; }
span { border-color: rgb(56,71,24); }
td.TdClassName
{
border-color: #384718;
}
.TagClassName
{
border-color: #384718;
}
</style>