Shades of Turtle Green #384F13
Tints of Turtle Green #384F13
RGB
CMYK
RGB Variations
Color information
#384F13 (or 0x384F13) is known color: Turtle Green. HEX triplet: 38, 4F and 13. RGB value is (56,79,19). Sum of RGB (Red+Green+Blue) = 56+79+19=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #384F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384F13 is #C7B0EC. Grayscale: #414141. Windows color (decimal): -13086957 or 1265464. OLE color: 1265464.
HSL color Cylindrical-coordinate representation of color #384F13: hue angle of 83º 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 #384F13 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 79 | 19 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.69 |
| HSL | 83º | 0.61% | 0.19% | - |
| HSV(B) | 83º | 0.76% | 0.31% | - |
| XYZ | 4.54 | 6.48 | 1.63 | - |
| YUV | 65.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 19 | 0.29 | 0 | 0.76 | 0.69 | 83 | 0.61 | 0.19 |
| Hex | 38 | 4F | 13 | 1D | 0 | 4C | 45 | 53 | 3D | 13 |
| Octal | 70 | 117 | 23 | 35 | 0 | 114 | 105 | 123 | 75 | 23 |
| Binary | 111000 | 1001111 | 10011 | 11101 | 0 | 1001100 | 1000101 | 1010011 | 111101 | 10011 |
Color Harmonies of #384F13
Complementary color
Monochromatic Colors of #384F13
Black with #384F13
Text Example
Text Example
White with #384F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384F13; }
p { color: rgb(56,79,19); }
H1.HeaderClassName
{
color: #384F13;
}
.AnyTagClassName
{
color: #384F13;
}
</style>
background-color css
<style>
a { background-color: #384F13; }
a { background-color: rgb(56,79,19); }
div.DivClassName
{
background-color: #384F13;
}
.BgClassName
{
background-color: #384F13;
}
</style>
border-color css
<style>
span { border-color: #384F13; }
span { border-color: rgb(56,79,19); }
td.TdClassName
{
border-color: #384F13;
}
.TagClassName
{
border-color: #384F13;
}
</style>