Shades of Turtle Green #384E18
Tints of Turtle Green #384E18
RGB
CMYK
RGB Variations
Color information
#384E18 (or 0x384E18) is known color: Turtle Green. HEX triplet: 38, 4E and 18. RGB value is (56,78,24). Sum of RGB (Red+Green+Blue) = 56+78+24=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #384E18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384E18 is #C7B1E7. Grayscale: #414141. Windows color (decimal): -13087208 or 1592888. OLE color: 1592888.
HSL color Cylindrical-coordinate representation of color #384E18: hue angle of 84.44º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384E18 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 78 | 24 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.69 |
| HSL | 84.44º | 0.53% | 0.2% | - |
| HSV(B) | 84.44º | 0.69% | 0.31% | - |
| XYZ | 4.52 | 6.36 | 1.85 | - |
| YUV | 65.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 24 | 0.28 | 0 | 0.69 | 0.69 | 84.44 | 0.53 | 0.2 |
| Hex | 38 | 4E | 18 | 1C | 0 | 45 | 45 | 54 | 35 | 14 |
| Octal | 70 | 116 | 30 | 34 | 0 | 105 | 105 | 124 | 65 | 24 |
| Binary | 111000 | 1001110 | 11000 | 11100 | 0 | 1000101 | 1000101 | 1010100 | 110101 | 10100 |
Color Harmonies of #384E18
Complementary color
Monochromatic Colors of #384E18
Black with #384E18
Text Example
Text Example
White with #384E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E18; }
p { color: rgb(56,78,24); }
H1.HeaderClassName
{
color: #384E18;
}
.AnyTagClassName
{
color: #384E18;
}
</style>
background-color css
<style>
a { background-color: #384E18; }
a { background-color: rgb(56,78,24); }
div.DivClassName
{
background-color: #384E18;
}
.BgClassName
{
background-color: #384E18;
}
</style>
border-color css
<style>
span { border-color: #384E18; }
span { border-color: rgb(56,78,24); }
td.TdClassName
{
border-color: #384E18;
}
.TagClassName
{
border-color: #384E18;
}
</style>