Shades of Turtle Green #39440C
Tints of Turtle Green #39440C
RGB
CMYK
RGB Variations
Color information
#39440C (or 0x39440C) is known color: Turtle Green. HEX triplet: 39, 44 and 0C. RGB value is (57,68,12). Sum of RGB (Red+Green+Blue) = 57+68+12=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #39440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39440C is #C6BBF3. Grayscale: #3A3A3A. Windows color (decimal): -13024244 or 803897. OLE color: 803897.
HSL color Cylindrical-coordinate representation of color #39440C: hue angle of 71.79º 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 #39440C is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 68 | 12 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.73 |
| HSL | 71.79º | 0.7% | 0.16% | - |
| HSV(B) | 71.79º | 0.82% | 0.27% | - |
| XYZ | 3.82 | 5.03 | 1.12 | - |
| YUV | 58.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 12 | 0.16 | 0 | 0.82 | 0.73 | 71.79 | 0.7 | 0.16 |
| Hex | 39 | 44 | C | 10 | 0 | 52 | 49 | 48 | 46 | 10 |
| Octal | 71 | 104 | 14 | 20 | 0 | 122 | 111 | 110 | 106 | 20 |
| Binary | 111001 | 1000100 | 1100 | 10000 | 0 | 1010010 | 1001001 | 1001000 | 1000110 | 10000 |
Color Harmonies of #39440C
Complementary color
Monochromatic Colors of #39440C
Black with #39440C
Text Example
Text Example
White with #39440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39440C; }
p { color: rgb(57,68,12); }
H1.HeaderClassName
{
color: #39440C;
}
.AnyTagClassName
{
color: #39440C;
}
</style>
background-color css
<style>
a { background-color: #39440C; }
a { background-color: rgb(57,68,12); }
div.DivClassName
{
background-color: #39440C;
}
.BgClassName
{
background-color: #39440C;
}
</style>
border-color css
<style>
span { border-color: #39440C; }
span { border-color: rgb(57,68,12); }
td.TdClassName
{
border-color: #39440C;
}
.TagClassName
{
border-color: #39440C;
}
</style>