Shades of Turtle Green #38460D
Tints of Turtle Green #38460D
RGB
CMYK
RGB Variations
Color information
#38460D (or 0x38460D) is known color: Turtle Green. HEX triplet: 38, 46 and 0D. RGB value is (56,70,13). Sum of RGB (Red+Green+Blue) = 56+70+13=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #38460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38460D is #C7B9F2. Grayscale: #3B3B3B. Windows color (decimal): -13089267 or 869944. OLE color: 869944.
HSL color Cylindrical-coordinate representation of color #38460D: hue angle of 74.74º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38460D is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 13 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.73 |
| HSL | 74.74º | 0.69% | 0.16% | - |
| HSV(B) | 74.74º | 0.81% | 0.27% | - |
| XYZ | 3.89 | 5.25 | 1.19 | - |
| YUV | 59.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 13 | 0.20 | 0 | 0.81 | 0.73 | 74.74 | 0.69 | 0.16 |
| Hex | 38 | 46 | D | 14 | 0 | 51 | 49 | 4B | 45 | 10 |
| Octal | 70 | 106 | 15 | 24 | 0 | 121 | 111 | 113 | 105 | 20 |
| Binary | 111000 | 1000110 | 1101 | 10100 | 0 | 1010001 | 1001001 | 1001011 | 1000101 | 10000 |
Color Harmonies of #38460D
Complementary color
Monochromatic Colors of #38460D
Black with #38460D
Text Example
Text Example
White with #38460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38460D; }
p { color: rgb(56,70,13); }
H1.HeaderClassName
{
color: #38460D;
}
.AnyTagClassName
{
color: #38460D;
}
</style>
background-color css
<style>
a { background-color: #38460D; }
a { background-color: rgb(56,70,13); }
div.DivClassName
{
background-color: #38460D;
}
.BgClassName
{
background-color: #38460D;
}
</style>
border-color css
<style>
span { border-color: #38460D; }
span { border-color: rgb(56,70,13); }
td.TdClassName
{
border-color: #38460D;
}
.TagClassName
{
border-color: #38460D;
}
</style>