Shades of Turtle Green #384B17
Tints of Turtle Green #384B17
RGB
CMYK
RGB Variations
Color information
#384B17 (or 0x384B17) is known color: Turtle Green. HEX triplet: 38, 4B and 17. RGB value is (56,75,23). Sum of RGB (Red+Green+Blue) = 56+75+23=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #384B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B17 is #C7B4E8. Grayscale: #3F3F3F. Windows color (decimal): -13087977 or 1526584. OLE color: 1526584.
HSL color Cylindrical-coordinate representation of color #384B17: hue angle of 81.92º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384B17 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 23 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.71 |
| HSL | 81.92º | 0.53% | 0.19% | - |
| HSV(B) | 81.92º | 0.69% | 0.29% | - |
| XYZ | 4.3 | 5.93 | 1.73 | - |
| YUV | 63.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 23 | 0.25 | 0 | 0.69 | 0.71 | 81.92 | 0.53 | 0.19 |
| Hex | 38 | 4B | 17 | 19 | 0 | 45 | 47 | 52 | 35 | 13 |
| Octal | 70 | 113 | 27 | 31 | 0 | 105 | 107 | 122 | 65 | 23 |
| Binary | 111000 | 1001011 | 10111 | 11001 | 0 | 1000101 | 1000111 | 1010010 | 110101 | 10011 |
Color Harmonies of #384B17
Complementary color
Monochromatic Colors of #384B17
Black with #384B17
Text Example
Text Example
White with #384B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B17; }
p { color: rgb(56,75,23); }
H1.HeaderClassName
{
color: #384B17;
}
.AnyTagClassName
{
color: #384B17;
}
</style>
background-color css
<style>
a { background-color: #384B17; }
a { background-color: rgb(56,75,23); }
div.DivClassName
{
background-color: #384B17;
}
.BgClassName
{
background-color: #384B17;
}
</style>
border-color css
<style>
span { border-color: #384B17; }
span { border-color: rgb(56,75,23); }
td.TdClassName
{
border-color: #384B17;
}
.TagClassName
{
border-color: #384B17;
}
</style>