Shades of Turtle Green #383A16
Tints of Turtle Green #383A16
RGB
CMYK
RGB Variations
Color information
#383A16 (or 0x383A16) is known color: Turtle Green. HEX triplet: 38, 3A and 16. RGB value is (56,58,22). Sum of RGB (Red+Green+Blue) = 56+58+22=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 58 - color contains mainly: green. Hex color #383A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383A16 is #C7C5E9. Grayscale: #353535. Windows color (decimal): -13092330 or 1456696. OLE color: 1456696.
HSL color Cylindrical-coordinate representation of color #383A16: hue angle of 63.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383A16 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 58 | 22 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.77 |
| HSL | 63.33º | 0.45% | 0.16% | - |
| HSV(B) | 63.33º | 0.62% | 0.23% | - |
| XYZ | 3.29 | 3.92 | 1.34 | - |
| YUV | 53.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 22 | 0.03 | 0 | 0.62 | 0.77 | 63.33 | 0.45 | 0.16 |
| Hex | 38 | 3A | 16 | 3 | 0 | 3E | 4D | 3F | 2D | 10 |
| Octal | 70 | 72 | 26 | 3 | 0 | 76 | 115 | 77 | 55 | 20 |
| Binary | 111000 | 111010 | 10110 | 11 | 0 | 111110 | 1001101 | 111111 | 101101 | 10000 |
Color Harmonies of #383A16
Complementary color
Monochromatic Colors of #383A16
Black with #383A16
Text Example
Text Example
White with #383A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A16; }
p { color: rgb(56,58,22); }
H1.HeaderClassName
{
color: #383A16;
}
.AnyTagClassName
{
color: #383A16;
}
</style>
background-color css
<style>
a { background-color: #383A16; }
a { background-color: rgb(56,58,22); }
div.DivClassName
{
background-color: #383A16;
}
.BgClassName
{
background-color: #383A16;
}
</style>
border-color css
<style>
span { border-color: #383A16; }
span { border-color: rgb(56,58,22); }
td.TdClassName
{
border-color: #383A16;
}
.TagClassName
{
border-color: #383A16;
}
</style>