Shades of Turtle Green #39440B
Tints of Turtle Green #39440B
RGB
CMYK
RGB Variations
Color information
#39440B (or 0x39440B) is known color: Turtle Green. HEX triplet: 39, 44 and 0B. RGB value is (57,68,11). Sum of RGB (Red+Green+Blue) = 57+68+11=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #39440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39440B is #C6BBF4. Grayscale: #3A3A3A. Windows color (decimal): -13024245 or 738361. OLE color: 738361.
HSL color Cylindrical-coordinate representation of color #39440B: hue angle of 71.58º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #39440B is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 68 | 11 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.73 |
| HSL | 71.58º | 0.72% | 0.15% | - |
| HSV(B) | 71.58º | 0.84% | 0.27% | - |
| XYZ | 3.81 | 5.03 | 1.09 | - |
| YUV | 58.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 11 | 0.16 | 0 | 0.84 | 0.73 | 71.58 | 0.72 | 0.15 |
| Hex | 39 | 44 | B | 10 | 0 | 54 | 49 | 48 | 48 | F |
| Octal | 71 | 104 | 13 | 20 | 0 | 124 | 111 | 110 | 110 | 17 |
| Binary | 111001 | 1000100 | 1011 | 10000 | 0 | 1010100 | 1001001 | 1001000 | 1001000 | 1111 |
Color Harmonies of #39440B
Complementary color
Monochromatic Colors of #39440B
Black with #39440B
Text Example
Text Example
White with #39440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39440B; }
p { color: rgb(57,68,11); }
H1.HeaderClassName
{
color: #39440B;
}
.AnyTagClassName
{
color: #39440B;
}
</style>
background-color css
<style>
a { background-color: #39440B; }
a { background-color: rgb(57,68,11); }
div.DivClassName
{
background-color: #39440B;
}
.BgClassName
{
background-color: #39440B;
}
</style>
border-color css
<style>
span { border-color: #39440B; }
span { border-color: rgb(57,68,11); }
td.TdClassName
{
border-color: #39440B;
}
.TagClassName
{
border-color: #39440B;
}
</style>