Shades of Turtle Green #384D0D
Tints of Turtle Green #384D0D
RGB
CMYK
RGB Variations
Color information
#384D0D (or 0x384D0D) is known color: Turtle Green. HEX triplet: 38, 4D and 0D. RGB value is (56,77,13). Sum of RGB (Red+Green+Blue) = 56+77+13=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 77 (30.47% from 255 or 52.74% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 77 - color contains mainly: green. Hex color #384D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D0D is #C7B2F2. Grayscale: #3F3F3F. Windows color (decimal): -13087475 or 871736. OLE color: 871736.
HSL color Cylindrical-coordinate representation of color #384D0D: hue angle of 79.69º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #384D0D is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 77 | 13 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.70 |
| HSL | 79.69º | 0.71% | 0.18% | - |
| HSV(B) | 79.69º | 0.83% | 0.3% | - |
| XYZ | 4.36 | 6.18 | 1.34 | - |
| YUV | 63.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 13 | 0.27 | 0 | 0.83 | 0.70 | 79.69 | 0.71 | 0.18 |
| Hex | 38 | 4D | D | 1B | 0 | 53 | 46 | 50 | 47 | 12 |
| Octal | 70 | 115 | 15 | 33 | 0 | 123 | 106 | 120 | 107 | 22 |
| Binary | 111000 | 1001101 | 1101 | 11011 | 0 | 1010011 | 1000110 | 1010000 | 1000111 | 10010 |
Color Harmonies of #384D0D
Complementary color
Monochromatic Colors of #384D0D
Black with #384D0D
Text Example
Text Example
White with #384D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D0D; }
p { color: rgb(56,77,13); }
H1.HeaderClassName
{
color: #384D0D;
}
.AnyTagClassName
{
color: #384D0D;
}
</style>
background-color css
<style>
a { background-color: #384D0D; }
a { background-color: rgb(56,77,13); }
div.DivClassName
{
background-color: #384D0D;
}
.BgClassName
{
background-color: #384D0D;
}
</style>
border-color css
<style>
span { border-color: #384D0D; }
span { border-color: rgb(56,77,13); }
td.TdClassName
{
border-color: #384D0D;
}
.TagClassName
{
border-color: #384D0D;
}
</style>