Shades of Turtle Green #384D14
Tints of Turtle Green #384D14
RGB
CMYK
RGB Variations
Color information
#384D14 (or 0x384D14) is known color: Turtle Green. HEX triplet: 38, 4D and 14. RGB value is (56,77,20). Sum of RGB (Red+Green+Blue) = 56+77+20=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #384D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D14 is #C7B2EB. Grayscale: #404040. Windows color (decimal): -13087468 or 1330488. OLE color: 1330488.
HSL color Cylindrical-coordinate representation of color #384D14: hue angle of 82.11º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384D14 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 77 | 20 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.70 |
| HSL | 82.11º | 0.59% | 0.19% | - |
| HSV(B) | 82.11º | 0.74% | 0.3% | - |
| XYZ | 4.41 | 6.2 | 1.63 | - |
| YUV | 64.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 20 | 0.27 | 0 | 0.74 | 0.70 | 82.11 | 0.59 | 0.19 |
| Hex | 38 | 4D | 14 | 1B | 0 | 4A | 46 | 52 | 3B | 13 |
| Octal | 70 | 115 | 24 | 33 | 0 | 112 | 106 | 122 | 73 | 23 |
| Binary | 111000 | 1001101 | 10100 | 11011 | 0 | 1001010 | 1000110 | 1010010 | 111011 | 10011 |
Color Harmonies of #384D14
Complementary color
Monochromatic Colors of #384D14
Black with #384D14
Text Example
Text Example
White with #384D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D14; }
p { color: rgb(56,77,20); }
H1.HeaderClassName
{
color: #384D14;
}
.AnyTagClassName
{
color: #384D14;
}
</style>
background-color css
<style>
a { background-color: #384D14; }
a { background-color: rgb(56,77,20); }
div.DivClassName
{
background-color: #384D14;
}
.BgClassName
{
background-color: #384D14;
}
</style>
border-color css
<style>
span { border-color: #384D14; }
span { border-color: rgb(56,77,20); }
td.TdClassName
{
border-color: #384D14;
}
.TagClassName
{
border-color: #384D14;
}
</style>