Shades of Turtle Green #38410A
Tints of Turtle Green #38410A
RGB
CMYK
RGB Variations
Color information
#38410A (or 0x38410A) is known color: Turtle Green. HEX triplet: 38, 41 and 0A. RGB value is (56,65,10). Sum of RGB (Red+Green+Blue) = 56+65+10=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #38410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38410A is #C7BEF5. Grayscale: #383838. Windows color (decimal): -13090550 or 672056. OLE color: 672056.
HSL color Cylindrical-coordinate representation of color #38410A: hue angle of 69.82º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38410A is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 65 | 10 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.75 |
| HSL | 69.82º | 0.73% | 0.15% | - |
| HSV(B) | 69.82º | 0.85% | 0.25% | - |
| XYZ | 3.58 | 4.64 | 0.99 | - |
| YUV | 56.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 10 | 0.14 | 0 | 0.85 | 0.75 | 69.82 | 0.73 | 0.15 |
| Hex | 38 | 41 | A | E | 0 | 55 | 4B | 46 | 49 | F |
| Octal | 70 | 101 | 12 | 16 | 0 | 125 | 113 | 106 | 111 | 17 |
| Binary | 111000 | 1000001 | 1010 | 1110 | 0 | 1010101 | 1001011 | 1000110 | 1001001 | 1111 |
Color Harmonies of #38410A
Complementary color
Monochromatic Colors of #38410A
Black with #38410A
Text Example
Text Example
White with #38410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38410A; }
p { color: rgb(56,65,10); }
H1.HeaderClassName
{
color: #38410A;
}
.AnyTagClassName
{
color: #38410A;
}
</style>
background-color css
<style>
a { background-color: #38410A; }
a { background-color: rgb(56,65,10); }
div.DivClassName
{
background-color: #38410A;
}
.BgClassName
{
background-color: #38410A;
}
</style>
border-color css
<style>
span { border-color: #38410A; }
span { border-color: rgb(56,65,10); }
td.TdClassName
{
border-color: #38410A;
}
.TagClassName
{
border-color: #38410A;
}
</style>