Shades of Turtle Green #38470A
Tints of Turtle Green #38470A
RGB
CMYK
RGB Variations
Color information
#38470A (or 0x38470A) is known color: Turtle Green. HEX triplet: 38, 47 and 0A. RGB value is (56,71,10). Sum of RGB (Red+Green+Blue) = 56+71+10=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #38470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38470A is #C7B8F5. Grayscale: #3B3B3B. Windows color (decimal): -13089014 or 673592. OLE color: 673592.
HSL color Cylindrical-coordinate representation of color #38470A: hue angle of 74.75º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38470A is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 71 | 10 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.72 |
| HSL | 74.75º | 0.75% | 0.16% | - |
| HSV(B) | 74.75º | 0.86% | 0.28% | - |
| XYZ | 3.94 | 5.37 | 1.12 | - |
| YUV | 59.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 10 | 0.21 | 0 | 0.86 | 0.72 | 74.75 | 0.75 | 0.16 |
| Hex | 38 | 47 | A | 15 | 0 | 56 | 48 | 4B | 4B | 10 |
| Octal | 70 | 107 | 12 | 25 | 0 | 126 | 110 | 113 | 113 | 20 |
| Binary | 111000 | 1000111 | 1010 | 10101 | 0 | 1010110 | 1001000 | 1001011 | 1001011 | 10000 |
Color Harmonies of #38470A
Complementary color
Monochromatic Colors of #38470A
Black with #38470A
Text Example
Text Example
White with #38470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38470A; }
p { color: rgb(56,71,10); }
H1.HeaderClassName
{
color: #38470A;
}
.AnyTagClassName
{
color: #38470A;
}
</style>
background-color css
<style>
a { background-color: #38470A; }
a { background-color: rgb(56,71,10); }
div.DivClassName
{
background-color: #38470A;
}
.BgClassName
{
background-color: #38470A;
}
</style>
border-color css
<style>
span { border-color: #38470A; }
span { border-color: rgb(56,71,10); }
td.TdClassName
{
border-color: #38470A;
}
.TagClassName
{
border-color: #38470A;
}
</style>