Shades of Turtle Green #38440C
Tints of Turtle Green #38440C
RGB
CMYK
RGB Variations
Color information
#38440C (or 0x38440C) is known color: Turtle Green. HEX triplet: 38, 44 and 0C. RGB value is (56,68,12). Sum of RGB (Red+Green+Blue) = 56+68+12=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #38440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38440C is #C7BBF3. Grayscale: #3A3A3A. Windows color (decimal): -13089780 or 803896. OLE color: 803896.
HSL color Cylindrical-coordinate representation of color #38440C: hue angle of 72.86º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38440C is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 68 | 12 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.73 |
| HSL | 72.86º | 0.7% | 0.16% | - |
| HSV(B) | 72.86º | 0.82% | 0.27% | - |
| XYZ | 3.76 | 5 | 1.11 | - |
| YUV | 58.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 12 | 0.18 | 0 | 0.82 | 0.73 | 72.86 | 0.7 | 0.16 |
| Hex | 38 | 44 | C | 12 | 0 | 52 | 49 | 49 | 46 | 10 |
| Octal | 70 | 104 | 14 | 22 | 0 | 122 | 111 | 111 | 106 | 20 |
| Binary | 111000 | 1000100 | 1100 | 10010 | 0 | 1010010 | 1001001 | 1001001 | 1000110 | 10000 |
Color Harmonies of #38440C
Complementary color
Monochromatic Colors of #38440C
Black with #38440C
Text Example
Text Example
White with #38440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38440C; }
p { color: rgb(56,68,12); }
H1.HeaderClassName
{
color: #38440C;
}
.AnyTagClassName
{
color: #38440C;
}
</style>
background-color css
<style>
a { background-color: #38440C; }
a { background-color: rgb(56,68,12); }
div.DivClassName
{
background-color: #38440C;
}
.BgClassName
{
background-color: #38440C;
}
</style>
border-color css
<style>
span { border-color: #38440C; }
span { border-color: rgb(56,68,12); }
td.TdClassName
{
border-color: #38440C;
}
.TagClassName
{
border-color: #38440C;
}
</style>