Shades of Turtle Green #384B15
Tints of Turtle Green #384B15
RGB
CMYK
RGB Variations
Color information
#384B15 (or 0x384B15) is known color: Turtle Green. HEX triplet: 38, 4B and 15. RGB value is (56,75,21). Sum of RGB (Red+Green+Blue) = 56+75+21=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #384B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B15 is #C7B4EA. Grayscale: #3F3F3F. Windows color (decimal): -13087979 or 1395512. OLE color: 1395512.
HSL color Cylindrical-coordinate representation of color #384B15: hue angle of 81.11º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #384B15 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 21 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.71 |
| HSL | 81.11º | 0.56% | 0.19% | - |
| HSV(B) | 81.11º | 0.72% | 0.29% | - |
| XYZ | 4.28 | 5.93 | 1.63 | - |
| YUV | 63.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 21 | 0.25 | 0 | 0.72 | 0.71 | 81.11 | 0.56 | 0.19 |
| Hex | 38 | 4B | 15 | 19 | 0 | 48 | 47 | 51 | 38 | 13 |
| Octal | 70 | 113 | 25 | 31 | 0 | 110 | 107 | 121 | 70 | 23 |
| Binary | 111000 | 1001011 | 10101 | 11001 | 0 | 1001000 | 1000111 | 1010001 | 111000 | 10011 |
Color Harmonies of #384B15
Complementary color
Monochromatic Colors of #384B15
Black with #384B15
Text Example
Text Example
White with #384B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B15; }
p { color: rgb(56,75,21); }
H1.HeaderClassName
{
color: #384B15;
}
.AnyTagClassName
{
color: #384B15;
}
</style>
background-color css
<style>
a { background-color: #384B15; }
a { background-color: rgb(56,75,21); }
div.DivClassName
{
background-color: #384B15;
}
.BgClassName
{
background-color: #384B15;
}
</style>
border-color css
<style>
span { border-color: #384B15; }
span { border-color: rgb(56,75,21); }
td.TdClassName
{
border-color: #384B15;
}
.TagClassName
{
border-color: #384B15;
}
</style>