Shades of Turtle Green #384815
Tints of Turtle Green #384815
RGB
CMYK
RGB Variations
Color information
#384815 (or 0x384815) is known color: Turtle Green. HEX triplet: 38, 48 and 15. RGB value is (56,72,21). Sum of RGB (Red+Green+Blue) = 56+72+21=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #384815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384815 is #C7B7EA. Grayscale: #3D3D3D. Windows color (decimal): -13088747 or 1394744. OLE color: 1394744.
HSL color Cylindrical-coordinate representation of color #384815: hue angle of 78.82º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384815 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 72 | 21 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.72 |
| HSL | 78.82º | 0.55% | 0.18% | - |
| HSV(B) | 78.82º | 0.71% | 0.28% | - |
| XYZ | 4.08 | 5.53 | 1.56 | - |
| YUV | 61.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 21 | 0.22 | 0 | 0.71 | 0.72 | 78.82 | 0.55 | 0.18 |
| Hex | 38 | 48 | 15 | 16 | 0 | 47 | 48 | 4F | 37 | 12 |
| Octal | 70 | 110 | 25 | 26 | 0 | 107 | 110 | 117 | 67 | 22 |
| Binary | 111000 | 1001000 | 10101 | 10110 | 0 | 1000111 | 1001000 | 1001111 | 110111 | 10010 |
Color Harmonies of #384815
Complementary color
Monochromatic Colors of #384815
Black with #384815
Text Example
Text Example
White with #384815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384815; }
p { color: rgb(56,72,21); }
H1.HeaderClassName
{
color: #384815;
}
.AnyTagClassName
{
color: #384815;
}
</style>
background-color css
<style>
a { background-color: #384815; }
a { background-color: rgb(56,72,21); }
div.DivClassName
{
background-color: #384815;
}
.BgClassName
{
background-color: #384815;
}
</style>
border-color css
<style>
span { border-color: #384815; }
span { border-color: rgb(56,72,21); }
td.TdClassName
{
border-color: #384815;
}
.TagClassName
{
border-color: #384815;
}
</style>