Shades of Turtle Green #384D10
Tints of Turtle Green #384D10
RGB
CMYK
RGB Variations
Color information
#384D10 (or 0x384D10) is known color: Turtle Green. HEX triplet: 38, 4D and 10. RGB value is (56,77,16). Sum of RGB (Red+Green+Blue) = 56+77+16=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #384D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D10 is #C7B2EF. Grayscale: #3F3F3F. Windows color (decimal): -13087472 or 1068344. OLE color: 1068344.
HSL color Cylindrical-coordinate representation of color #384D10: hue angle of 80.66º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #384D10 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 77 | 16 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.70 |
| HSL | 80.66º | 0.66% | 0.18% | - |
| HSV(B) | 80.66º | 0.79% | 0.3% | - |
| XYZ | 4.38 | 6.19 | 1.45 | - |
| YUV | 63.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 16 | 0.27 | 0 | 0.79 | 0.70 | 80.66 | 0.66 | 0.18 |
| Hex | 38 | 4D | 10 | 1B | 0 | 4F | 46 | 51 | 42 | 12 |
| Octal | 70 | 115 | 20 | 33 | 0 | 117 | 106 | 121 | 102 | 22 |
| Binary | 111000 | 1001101 | 10000 | 11011 | 0 | 1001111 | 1000110 | 1010001 | 1000010 | 10010 |
Color Harmonies of #384D10
Complementary color
Monochromatic Colors of #384D10
Black with #384D10
Text Example
Text Example
White with #384D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D10; }
p { color: rgb(56,77,16); }
H1.HeaderClassName
{
color: #384D10;
}
.AnyTagClassName
{
color: #384D10;
}
</style>
background-color css
<style>
a { background-color: #384D10; }
a { background-color: rgb(56,77,16); }
div.DivClassName
{
background-color: #384D10;
}
.BgClassName
{
background-color: #384D10;
}
</style>
border-color css
<style>
span { border-color: #384D10; }
span { border-color: rgb(56,77,16); }
td.TdClassName
{
border-color: #384D10;
}
.TagClassName
{
border-color: #384D10;
}
</style>