Shades of Turtle Green #384E0D
Tints of Turtle Green #384E0D
RGB
CMYK
RGB Variations
Color information
#384E0D (or 0x384E0D) is known color: Turtle Green. HEX triplet: 38, 4E and 0D. RGB value is (56,78,13). Sum of RGB (Red+Green+Blue) = 56+78+13=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #384E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384E0D is #C7B1F2. Grayscale: #404040. Windows color (decimal): -13087219 or 871992. OLE color: 871992.
HSL color Cylindrical-coordinate representation of color #384E0D: hue angle of 80.31º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #384E0D is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 78 | 13 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.69 |
| HSL | 80.31º | 0.71% | 0.18% | - |
| HSV(B) | 80.31º | 0.83% | 0.31% | - |
| XYZ | 4.43 | 6.32 | 1.37 | - |
| YUV | 64.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 13 | 0.28 | 0 | 0.83 | 0.69 | 80.31 | 0.71 | 0.18 |
| Hex | 38 | 4E | D | 1C | 0 | 53 | 45 | 50 | 47 | 12 |
| Octal | 70 | 116 | 15 | 34 | 0 | 123 | 105 | 120 | 107 | 22 |
| Binary | 111000 | 1001110 | 1101 | 11100 | 0 | 1010011 | 1000101 | 1010000 | 1000111 | 10010 |
Color Harmonies of #384E0D
Complementary color
Monochromatic Colors of #384E0D
Black with #384E0D
Text Example
Text Example
White with #384E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E0D; }
p { color: rgb(56,78,13); }
H1.HeaderClassName
{
color: #384E0D;
}
.AnyTagClassName
{
color: #384E0D;
}
</style>
background-color css
<style>
a { background-color: #384E0D; }
a { background-color: rgb(56,78,13); }
div.DivClassName
{
background-color: #384E0D;
}
.BgClassName
{
background-color: #384E0D;
}
</style>
border-color css
<style>
span { border-color: #384E0D; }
span { border-color: rgb(56,78,13); }
td.TdClassName
{
border-color: #384E0D;
}
.TagClassName
{
border-color: #384E0D;
}
</style>