Shades of Turtle Green #384513
Tints of Turtle Green #384513
RGB
CMYK
RGB Variations
Color information
#384513 (or 0x384513) is known color: Turtle Green. HEX triplet: 38, 45 and 13. RGB value is (56,69,19). Sum of RGB (Red+Green+Blue) = 56+69+19=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #384513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384513 is #C7BAEC. Grayscale: #3B3B3B. Windows color (decimal): -13089517 or 1262904. OLE color: 1262904.
HSL color Cylindrical-coordinate representation of color #384513: hue angle of 75.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #384513 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 69 | 19 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.73 |
| HSL | 75.6º | 0.57% | 0.17% | - |
| HSV(B) | 75.6º | 0.72% | 0.27% | - |
| XYZ | 3.88 | 5.14 | 1.4 | - |
| YUV | 59.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 19 | 0.19 | 0 | 0.72 | 0.73 | 75.6 | 0.57 | 0.17 |
| Hex | 38 | 45 | 13 | 13 | 0 | 48 | 49 | 4C | 39 | 11 |
| Octal | 70 | 105 | 23 | 23 | 0 | 110 | 111 | 114 | 71 | 21 |
| Binary | 111000 | 1000101 | 10011 | 10011 | 0 | 1001000 | 1001001 | 1001100 | 111001 | 10001 |
Color Harmonies of #384513
Complementary color
Monochromatic Colors of #384513
Black with #384513
Text Example
Text Example
White with #384513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384513; }
p { color: rgb(56,69,19); }
H1.HeaderClassName
{
color: #384513;
}
.AnyTagClassName
{
color: #384513;
}
</style>
background-color css
<style>
a { background-color: #384513; }
a { background-color: rgb(56,69,19); }
div.DivClassName
{
background-color: #384513;
}
.BgClassName
{
background-color: #384513;
}
</style>
border-color css
<style>
span { border-color: #384513; }
span { border-color: rgb(56,69,19); }
td.TdClassName
{
border-color: #384513;
}
.TagClassName
{
border-color: #384513;
}
</style>