Shades of Turtle Green #384024
Tints of Turtle Green #384024
RGB
CMYK
RGB Variations
Color information
#384024 (or 0x384024) is known color: Turtle Green. HEX triplet: 38, 40 and 24. RGB value is (56,64,36). Sum of RGB (Red+Green+Blue) = 56+64+36=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #384024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384024 is #C7BFDB. Grayscale: #3A3A3A. Windows color (decimal): -13090780 or 2375736. OLE color: 2375736.
HSL color Cylindrical-coordinate representation of color #384024: hue angle of 77.14º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #384024 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 64 | 36 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.75 |
| HSL | 77.14º | 0.28% | 0.2% | - |
| HSV(B) | 77.14º | 0.44% | 0.25% | - |
| XYZ | 3.78 | 4.63 | 2.36 | - |
| YUV | 58.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 36 | 0.13 | 0 | 0.44 | 0.75 | 77.14 | 0.28 | 0.2 |
| Hex | 38 | 40 | 24 | D | 0 | 2C | 4B | 4D | 1C | 14 |
| Octal | 70 | 100 | 44 | 15 | 0 | 54 | 113 | 115 | 34 | 24 |
| Binary | 111000 | 1000000 | 100100 | 1101 | 0 | 101100 | 1001011 | 1001101 | 11100 | 10100 |
Color Harmonies of #384024
Complementary color
Monochromatic Colors of #384024
Black with #384024
Text Example
Text Example
White with #384024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384024; }
p { color: rgb(56,64,36); }
H1.HeaderClassName
{
color: #384024;
}
.AnyTagClassName
{
color: #384024;
}
</style>
background-color css
<style>
a { background-color: #384024; }
a { background-color: rgb(56,64,36); }
div.DivClassName
{
background-color: #384024;
}
.BgClassName
{
background-color: #384024;
}
</style>
border-color css
<style>
span { border-color: #384024; }
span { border-color: rgb(56,64,36); }
td.TdClassName
{
border-color: #384024;
}
.TagClassName
{
border-color: #384024;
}
</style>