Shades of Turtle Green #39430E
Tints of Turtle Green #39430E
RGB
CMYK
RGB Variations
Color information
#39430E (or 0x39430E) is known color: Turtle Green. HEX triplet: 39, 43 and 0E. RGB value is (57,67,14). Sum of RGB (Red+Green+Blue) = 57+67+14=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #39430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39430E is #C6BCF1. Grayscale: #3A3A3A. Windows color (decimal): -13024498 or 934713. OLE color: 934713.
HSL color Cylindrical-coordinate representation of color #39430E: hue angle of 71.32º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39430E is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 67 | 14 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.74 |
| HSL | 71.32º | 0.65% | 0.16% | - |
| HSV(B) | 71.32º | 0.79% | 0.26% | - |
| XYZ | 3.77 | 4.92 | 1.17 | - |
| YUV | 57.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 14 | 0.15 | 0 | 0.79 | 0.74 | 71.32 | 0.65 | 0.16 |
| Hex | 39 | 43 | E | F | 0 | 4F | 4A | 47 | 41 | 10 |
| Octal | 71 | 103 | 16 | 17 | 0 | 117 | 112 | 107 | 101 | 20 |
| Binary | 111001 | 1000011 | 1110 | 1111 | 0 | 1001111 | 1001010 | 1000111 | 1000001 | 10000 |
Color Harmonies of #39430E
Complementary color
Monochromatic Colors of #39430E
Black with #39430E
Text Example
Text Example
White with #39430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39430E; }
p { color: rgb(57,67,14); }
H1.HeaderClassName
{
color: #39430E;
}
.AnyTagClassName
{
color: #39430E;
}
</style>
background-color css
<style>
a { background-color: #39430E; }
a { background-color: rgb(57,67,14); }
div.DivClassName
{
background-color: #39430E;
}
.BgClassName
{
background-color: #39430E;
}
</style>
border-color css
<style>
span { border-color: #39430E; }
span { border-color: rgb(57,67,14); }
td.TdClassName
{
border-color: #39430E;
}
.TagClassName
{
border-color: #39430E;
}
</style>