Shades of Turtle Green #384D16
Tints of Turtle Green #384D16
RGB
CMYK
RGB Variations
Color information
#384D16 (or 0x384D16) is known color: Turtle Green. HEX triplet: 38, 4D and 16. RGB value is (56,77,22). Sum of RGB (Red+Green+Blue) = 56+77+22=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #384D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D16 is #C7B2E9. Grayscale: #404040. Windows color (decimal): -13087466 or 1461560. OLE color: 1461560.
HSL color Cylindrical-coordinate representation of color #384D16: hue angle of 82.91º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384D16 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 77 | 22 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.70 |
| HSL | 82.91º | 0.56% | 0.19% | - |
| HSV(B) | 82.91º | 0.71% | 0.3% | - |
| XYZ | 4.43 | 6.21 | 1.72 | - |
| YUV | 64.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 22 | 0.27 | 0 | 0.71 | 0.70 | 82.91 | 0.56 | 0.19 |
| Hex | 38 | 4D | 16 | 1B | 0 | 47 | 46 | 53 | 38 | 13 |
| Octal | 70 | 115 | 26 | 33 | 0 | 107 | 106 | 123 | 70 | 23 |
| Binary | 111000 | 1001101 | 10110 | 11011 | 0 | 1000111 | 1000110 | 1010011 | 111000 | 10011 |
Color Harmonies of #384D16
Complementary color
Monochromatic Colors of #384D16
Black with #384D16
Text Example
Text Example
White with #384D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D16; }
p { color: rgb(56,77,22); }
H1.HeaderClassName
{
color: #384D16;
}
.AnyTagClassName
{
color: #384D16;
}
</style>
background-color css
<style>
a { background-color: #384D16; }
a { background-color: rgb(56,77,22); }
div.DivClassName
{
background-color: #384D16;
}
.BgClassName
{
background-color: #384D16;
}
</style>
border-color css
<style>
span { border-color: #384D16; }
span { border-color: rgb(56,77,22); }
td.TdClassName
{
border-color: #384D16;
}
.TagClassName
{
border-color: #384D16;
}
</style>