Shades of Turtle Green #384514
Tints of Turtle Green #384514
RGB
CMYK
RGB Variations
Color information
#384514 (or 0x384514) is known color: Turtle Green. HEX triplet: 38, 45 and 14. RGB value is (56,69,20). Sum of RGB (Red+Green+Blue) = 56+69+20=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #384514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384514 is #C7BAEB. Grayscale: #3B3B3B. Windows color (decimal): -13089516 or 1328440. OLE color: 1328440.
HSL color Cylindrical-coordinate representation of color #384514: hue angle of 75.92º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384514 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 69 | 20 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.73 |
| HSL | 75.92º | 0.55% | 0.17% | - |
| HSV(B) | 75.92º | 0.71% | 0.27% | - |
| XYZ | 3.89 | 5.15 | 1.45 | - |
| YUV | 59.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 20 | 0.19 | 0 | 0.71 | 0.73 | 75.92 | 0.55 | 0.17 |
| Hex | 38 | 45 | 14 | 13 | 0 | 47 | 49 | 4C | 37 | 11 |
| Octal | 70 | 105 | 24 | 23 | 0 | 107 | 111 | 114 | 67 | 21 |
| Binary | 111000 | 1000101 | 10100 | 10011 | 0 | 1000111 | 1001001 | 1001100 | 110111 | 10001 |
Color Harmonies of #384514
Complementary color
Monochromatic Colors of #384514
Black with #384514
Text Example
Text Example
White with #384514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384514; }
p { color: rgb(56,69,20); }
H1.HeaderClassName
{
color: #384514;
}
.AnyTagClassName
{
color: #384514;
}
</style>
background-color css
<style>
a { background-color: #384514; }
a { background-color: rgb(56,69,20); }
div.DivClassName
{
background-color: #384514;
}
.BgClassName
{
background-color: #384514;
}
</style>
border-color css
<style>
span { border-color: #384514; }
span { border-color: rgb(56,69,20); }
td.TdClassName
{
border-color: #384514;
}
.TagClassName
{
border-color: #384514;
}
</style>