Shades of Turtle Green #384611
Tints of Turtle Green #384611
RGB
CMYK
RGB Variations
Color information
#384611 (or 0x384611) is known color: Turtle Green. HEX triplet: 38, 46 and 11. RGB value is (56,70,17). Sum of RGB (Red+Green+Blue) = 56+70+17=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #384611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384611 is #C7B9EE. Grayscale: #3B3B3B. Windows color (decimal): -13089263 or 1132088. OLE color: 1132088.
HSL color Cylindrical-coordinate representation of color #384611: hue angle of 75.85º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384611 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 17 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.73 |
| HSL | 75.85º | 0.61% | 0.17% | - |
| HSV(B) | 75.85º | 0.76% | 0.27% | - |
| XYZ | 3.92 | 5.26 | 1.34 | - |
| YUV | 59.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 17 | 0.20 | 0 | 0.76 | 0.73 | 75.85 | 0.61 | 0.17 |
| Hex | 38 | 46 | 11 | 14 | 0 | 4C | 49 | 4C | 3D | 11 |
| Octal | 70 | 106 | 21 | 24 | 0 | 114 | 111 | 114 | 75 | 21 |
| Binary | 111000 | 1000110 | 10001 | 10100 | 0 | 1001100 | 1001001 | 1001100 | 111101 | 10001 |
Color Harmonies of #384611
Complementary color
Monochromatic Colors of #384611
Black with #384611
Text Example
Text Example
White with #384611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384611; }
p { color: rgb(56,70,17); }
H1.HeaderClassName
{
color: #384611;
}
.AnyTagClassName
{
color: #384611;
}
</style>
background-color css
<style>
a { background-color: #384611; }
a { background-color: rgb(56,70,17); }
div.DivClassName
{
background-color: #384611;
}
.BgClassName
{
background-color: #384611;
}
</style>
border-color css
<style>
span { border-color: #384611; }
span { border-color: rgb(56,70,17); }
td.TdClassName
{
border-color: #384611;
}
.TagClassName
{
border-color: #384611;
}
</style>