Shades of Turtle Green #384D15
Tints of Turtle Green #384D15
RGB
CMYK
RGB Variations
Color information
#384D15 (or 0x384D15) is known color: Turtle Green. HEX triplet: 38, 4D and 15. RGB value is (56,77,21). Sum of RGB (Red+Green+Blue) = 56+77+21=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #384D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D15 is #C7B2EA. Grayscale: #404040. Windows color (decimal): -13087467 or 1396024. OLE color: 1396024.
HSL color Cylindrical-coordinate representation of color #384D15: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384D15 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 77 | 21 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.70 |
| HSL | 82.5º | 0.57% | 0.19% | - |
| HSV(B) | 82.5º | 0.73% | 0.3% | - |
| XYZ | 4.42 | 6.2 | 1.67 | - |
| YUV | 64.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 21 | 0.27 | 0 | 0.73 | 0.70 | 82.5 | 0.57 | 0.19 |
| Hex | 38 | 4D | 15 | 1B | 0 | 49 | 46 | 52 | 39 | 13 |
| Octal | 70 | 115 | 25 | 33 | 0 | 111 | 106 | 122 | 71 | 23 |
| Binary | 111000 | 1001101 | 10101 | 11011 | 0 | 1001001 | 1000110 | 1010010 | 111001 | 10011 |
Color Harmonies of #384D15
Complementary color
Monochromatic Colors of #384D15
Black with #384D15
Text Example
Text Example
White with #384D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D15; }
p { color: rgb(56,77,21); }
H1.HeaderClassName
{
color: #384D15;
}
.AnyTagClassName
{
color: #384D15;
}
</style>
background-color css
<style>
a { background-color: #384D15; }
a { background-color: rgb(56,77,21); }
div.DivClassName
{
background-color: #384D15;
}
.BgClassName
{
background-color: #384D15;
}
</style>
border-color css
<style>
span { border-color: #384D15; }
span { border-color: rgb(56,77,21); }
td.TdClassName
{
border-color: #384D15;
}
.TagClassName
{
border-color: #384D15;
}
</style>