Shades of Turtle Green #384915
Tints of Turtle Green #384915
RGB
CMYK
RGB Variations
Color information
#384915 (or 0x384915) is known color: Turtle Green. HEX triplet: 38, 49 and 15. RGB value is (56,73,21). Sum of RGB (Red+Green+Blue) = 56+73+21=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #384915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384915 is #C7B6EA. Grayscale: #3E3E3E. Windows color (decimal): -13088491 or 1395000. OLE color: 1395000.
HSL color Cylindrical-coordinate representation of color #384915: hue angle of 79.62º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384915 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 21 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.71 |
| HSL | 79.62º | 0.55% | 0.18% | - |
| HSV(B) | 79.62º | 0.71% | 0.29% | - |
| XYZ | 4.15 | 5.66 | 1.58 | - |
| YUV | 61.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 21 | 0.23 | 0 | 0.71 | 0.71 | 79.62 | 0.55 | 0.18 |
| Hex | 38 | 49 | 15 | 17 | 0 | 47 | 47 | 50 | 37 | 12 |
| Octal | 70 | 111 | 25 | 27 | 0 | 107 | 107 | 120 | 67 | 22 |
| Binary | 111000 | 1001001 | 10101 | 10111 | 0 | 1000111 | 1000111 | 1010000 | 110111 | 10010 |
Color Harmonies of #384915
Complementary color
Monochromatic Colors of #384915
Black with #384915
Text Example
Text Example
White with #384915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384915; }
p { color: rgb(56,73,21); }
H1.HeaderClassName
{
color: #384915;
}
.AnyTagClassName
{
color: #384915;
}
</style>
background-color css
<style>
a { background-color: #384915; }
a { background-color: rgb(56,73,21); }
div.DivClassName
{
background-color: #384915;
}
.BgClassName
{
background-color: #384915;
}
</style>
border-color css
<style>
span { border-color: #384915; }
span { border-color: rgb(56,73,21); }
td.TdClassName
{
border-color: #384915;
}
.TagClassName
{
border-color: #384915;
}
</style>