Shades of Turtle Green #384E13
Tints of Turtle Green #384E13
RGB
CMYK
RGB Variations
Color information
#384E13 (or 0x384E13) is known color: Turtle Green. HEX triplet: 38, 4E and 13. RGB value is (56,78,19). Sum of RGB (Red+Green+Blue) = 56+78+19=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 78 (30.86% from 255 or 50.98% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 78 - color contains mainly: green. Hex color #384E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384E13 is #C7B1EC. Grayscale: #404040. Windows color (decimal): -13087213 or 1265208. OLE color: 1265208.
HSL color Cylindrical-coordinate representation of color #384E13: hue angle of 82.37º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384E13 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 78 | 19 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.69 |
| HSL | 82.37º | 0.61% | 0.19% | - |
| HSV(B) | 82.37º | 0.76% | 0.31% | - |
| XYZ | 4.47 | 6.34 | 1.6 | - |
| YUV | 64.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 19 | 0.28 | 0 | 0.76 | 0.69 | 82.37 | 0.61 | 0.19 |
| Hex | 38 | 4E | 13 | 1C | 0 | 4C | 45 | 52 | 3D | 13 |
| Octal | 70 | 116 | 23 | 34 | 0 | 114 | 105 | 122 | 75 | 23 |
| Binary | 111000 | 1001110 | 10011 | 11100 | 0 | 1001100 | 1000101 | 1010010 | 111101 | 10011 |
Color Harmonies of #384E13
Complementary color
Monochromatic Colors of #384E13
Black with #384E13
Text Example
Text Example
White with #384E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E13; }
p { color: rgb(56,78,19); }
H1.HeaderClassName
{
color: #384E13;
}
.AnyTagClassName
{
color: #384E13;
}
</style>
background-color css
<style>
a { background-color: #384E13; }
a { background-color: rgb(56,78,19); }
div.DivClassName
{
background-color: #384E13;
}
.BgClassName
{
background-color: #384E13;
}
</style>
border-color css
<style>
span { border-color: #384E13; }
span { border-color: rgb(56,78,19); }
td.TdClassName
{
border-color: #384E13;
}
.TagClassName
{
border-color: #384E13;
}
</style>