Shades of Turtle Green #38440E
Tints of Turtle Green #38440E
RGB
CMYK
RGB Variations
Color information
#38440E (or 0x38440E) is known color: Turtle Green. HEX triplet: 38, 44 and 0E. RGB value is (56,68,14). Sum of RGB (Red+Green+Blue) = 56+68+14=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #38440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38440E is #C7BBF1. Grayscale: #3A3A3A. Windows color (decimal): -13089778 or 934968. OLE color: 934968.
HSL color Cylindrical-coordinate representation of color #38440E: hue angle of 73.33º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38440E is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 68 | 14 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.73 |
| HSL | 73.33º | 0.66% | 0.16% | - |
| HSV(B) | 73.33º | 0.79% | 0.27% | - |
| XYZ | 3.78 | 5.01 | 1.18 | - |
| YUV | 58.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 14 | 0.18 | 0 | 0.79 | 0.73 | 73.33 | 0.66 | 0.16 |
| Hex | 38 | 44 | E | 12 | 0 | 4F | 49 | 49 | 42 | 10 |
| Octal | 70 | 104 | 16 | 22 | 0 | 117 | 111 | 111 | 102 | 20 |
| Binary | 111000 | 1000100 | 1110 | 10010 | 0 | 1001111 | 1001001 | 1001001 | 1000010 | 10000 |
Color Harmonies of #38440E
Complementary color
Monochromatic Colors of #38440E
Black with #38440E
Text Example
Text Example
White with #38440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38440E; }
p { color: rgb(56,68,14); }
H1.HeaderClassName
{
color: #38440E;
}
.AnyTagClassName
{
color: #38440E;
}
</style>
background-color css
<style>
a { background-color: #38440E; }
a { background-color: rgb(56,68,14); }
div.DivClassName
{
background-color: #38440E;
}
.BgClassName
{
background-color: #38440E;
}
</style>
border-color css
<style>
span { border-color: #38440E; }
span { border-color: rgb(56,68,14); }
td.TdClassName
{
border-color: #38440E;
}
.TagClassName
{
border-color: #38440E;
}
</style>