Shades of Turtle Green #384E10
Tints of Turtle Green #384E10
RGB
CMYK
RGB Variations
Color information
#384E10 (or 0x384E10) is known color: Turtle Green. HEX triplet: 38, 4E and 10. RGB value is (56,78,16). Sum of RGB (Red+Green+Blue) = 56+78+16=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 78 (30.86% from 255 or 52% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 78 - color contains mainly: green. Hex color #384E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384E10 is #C7B1EF. Grayscale: #404040. Windows color (decimal): -13087216 or 1068600. OLE color: 1068600.
HSL color Cylindrical-coordinate representation of color #384E10: hue angle of 81.29º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #384E10 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 78 | 16 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.69 |
| HSL | 81.29º | 0.66% | 0.18% | - |
| HSV(B) | 81.29º | 0.79% | 0.31% | - |
| XYZ | 4.45 | 6.33 | 1.48 | - |
| YUV | 64.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 16 | 0.28 | 0 | 0.79 | 0.69 | 81.29 | 0.66 | 0.18 |
| Hex | 38 | 4E | 10 | 1C | 0 | 4F | 45 | 51 | 42 | 12 |
| Octal | 70 | 116 | 20 | 34 | 0 | 117 | 105 | 121 | 102 | 22 |
| Binary | 111000 | 1001110 | 10000 | 11100 | 0 | 1001111 | 1000101 | 1010001 | 1000010 | 10010 |
Color Harmonies of #384E10
Complementary color
Monochromatic Colors of #384E10
Black with #384E10
Text Example
Text Example
White with #384E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E10; }
p { color: rgb(56,78,16); }
H1.HeaderClassName
{
color: #384E10;
}
.AnyTagClassName
{
color: #384E10;
}
</style>
background-color css
<style>
a { background-color: #384E10; }
a { background-color: rgb(56,78,16); }
div.DivClassName
{
background-color: #384E10;
}
.BgClassName
{
background-color: #384E10;
}
</style>
border-color css
<style>
span { border-color: #384E10; }
span { border-color: rgb(56,78,16); }
td.TdClassName
{
border-color: #384E10;
}
.TagClassName
{
border-color: #384E10;
}
</style>