Shades of Turtle Green #384813
Tints of Turtle Green #384813
RGB
CMYK
RGB Variations
Color information
#384813 (or 0x384813) is known color: Turtle Green. HEX triplet: 38, 48 and 13. RGB value is (56,72,19). Sum of RGB (Red+Green+Blue) = 56+72+19=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #384813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384813 is #C7B7EC. Grayscale: #3D3D3D. Windows color (decimal): -13088749 or 1263672. OLE color: 1263672.
HSL color Cylindrical-coordinate representation of color #384813: hue angle of 78.11º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384813 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 72 | 19 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.72 |
| HSL | 78.11º | 0.58% | 0.18% | - |
| HSV(B) | 78.11º | 0.74% | 0.28% | - |
| XYZ | 4.07 | 5.52 | 1.47 | - |
| YUV | 61.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 19 | 0.22 | 0 | 0.74 | 0.72 | 78.11 | 0.58 | 0.18 |
| Hex | 38 | 48 | 13 | 16 | 0 | 4A | 48 | 4E | 3A | 12 |
| Octal | 70 | 110 | 23 | 26 | 0 | 112 | 110 | 116 | 72 | 22 |
| Binary | 111000 | 1001000 | 10011 | 10110 | 0 | 1001010 | 1001000 | 1001110 | 111010 | 10010 |
Color Harmonies of #384813
Complementary color
Monochromatic Colors of #384813
Black with #384813
Text Example
Text Example
White with #384813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384813; }
p { color: rgb(56,72,19); }
H1.HeaderClassName
{
color: #384813;
}
.AnyTagClassName
{
color: #384813;
}
</style>
background-color css
<style>
a { background-color: #384813; }
a { background-color: rgb(56,72,19); }
div.DivClassName
{
background-color: #384813;
}
.BgClassName
{
background-color: #384813;
}
</style>
border-color css
<style>
span { border-color: #384813; }
span { border-color: rgb(56,72,19); }
td.TdClassName
{
border-color: #384813;
}
.TagClassName
{
border-color: #384813;
}
</style>