Shades of Turtle Green #384B16
Tints of Turtle Green #384B16
RGB
CMYK
RGB Variations
Color information
#384B16 (or 0x384B16) is known color: Turtle Green. HEX triplet: 38, 4B and 16. RGB value is (56,75,22). Sum of RGB (Red+Green+Blue) = 56+75+22=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #384B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B16 is #C7B4E9. Grayscale: #3F3F3F. Windows color (decimal): -13087978 or 1461048. OLE color: 1461048.
HSL color Cylindrical-coordinate representation of color #384B16: hue angle of 81.51º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384B16 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 22 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.71 |
| HSL | 81.51º | 0.55% | 0.19% | - |
| HSV(B) | 81.51º | 0.71% | 0.29% | - |
| XYZ | 4.29 | 5.93 | 1.68 | - |
| YUV | 63.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 22 | 0.25 | 0 | 0.71 | 0.71 | 81.51 | 0.55 | 0.19 |
| Hex | 38 | 4B | 16 | 19 | 0 | 47 | 47 | 52 | 37 | 13 |
| Octal | 70 | 113 | 26 | 31 | 0 | 107 | 107 | 122 | 67 | 23 |
| Binary | 111000 | 1001011 | 10110 | 11001 | 0 | 1000111 | 1000111 | 1010010 | 110111 | 10011 |
Color Harmonies of #384B16
Complementary color
Monochromatic Colors of #384B16
Black with #384B16
Text Example
Text Example
White with #384B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B16; }
p { color: rgb(56,75,22); }
H1.HeaderClassName
{
color: #384B16;
}
.AnyTagClassName
{
color: #384B16;
}
</style>
background-color css
<style>
a { background-color: #384B16; }
a { background-color: rgb(56,75,22); }
div.DivClassName
{
background-color: #384B16;
}
.BgClassName
{
background-color: #384B16;
}
</style>
border-color css
<style>
span { border-color: #384B16; }
span { border-color: rgb(56,75,22); }
td.TdClassName
{
border-color: #384B16;
}
.TagClassName
{
border-color: #384B16;
}
</style>