Shades of Turtle Green #384709
Tints of Turtle Green #384709
RGB
CMYK
RGB Variations
Color information
#384709 (or 0x384709) is known color: Turtle Green. HEX triplet: 38, 47 and 09. RGB value is (56,71,9). Sum of RGB (Red+Green+Blue) = 56+71+9=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #384709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384709 is #C7B8F6. Grayscale: #3B3B3B. Windows color (decimal): -13089015 or 608056. OLE color: 608056.
HSL color Cylindrical-coordinate representation of color #384709: hue angle of 74.52º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #384709 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 71 | 9 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.72 |
| HSL | 74.52º | 0.78% | 0.16% | - |
| HSV(B) | 74.52º | 0.87% | 0.28% | - |
| XYZ | 3.93 | 5.37 | 1.09 | - |
| YUV | 59.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 9 | 0.21 | 0 | 0.87 | 0.72 | 74.52 | 0.78 | 0.16 |
| Hex | 38 | 47 | 9 | 15 | 0 | 57 | 48 | 4B | 4E | 10 |
| Octal | 70 | 107 | 11 | 25 | 0 | 127 | 110 | 113 | 116 | 20 |
| Binary | 111000 | 1000111 | 1001 | 10101 | 0 | 1010111 | 1001000 | 1001011 | 1001110 | 10000 |
Color Harmonies of #384709
Complementary color
Monochromatic Colors of #384709
Black with #384709
Text Example
Text Example
White with #384709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384709; }
p { color: rgb(56,71,9); }
H1.HeaderClassName
{
color: #384709;
}
.AnyTagClassName
{
color: #384709;
}
</style>
background-color css
<style>
a { background-color: #384709; }
a { background-color: rgb(56,71,9); }
div.DivClassName
{
background-color: #384709;
}
.BgClassName
{
background-color: #384709;
}
</style>
border-color css
<style>
span { border-color: #384709; }
span { border-color: rgb(56,71,9); }
td.TdClassName
{
border-color: #384709;
}
.TagClassName
{
border-color: #384709;
}
</style>