Shades of Turtle Green #384515
Tints of Turtle Green #384515
RGB
CMYK
RGB Variations
Color information
#384515 (or 0x384515) is known color: Turtle Green. HEX triplet: 38, 45 and 15. RGB value is (56,69,21). Sum of RGB (Red+Green+Blue) = 56+69+21=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #384515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384515 is #C7BAEA. Grayscale: #3B3B3B. Windows color (decimal): -13089515 or 1393976. OLE color: 1393976.
HSL color Cylindrical-coordinate representation of color #384515: hue angle of 76.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384515 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 69 | 21 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.73 |
| HSL | 76.25º | 0.53% | 0.18% | - |
| HSV(B) | 76.25º | 0.7% | 0.27% | - |
| XYZ | 3.89 | 5.15 | 1.5 | - |
| YUV | 59.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 21 | 0.19 | 0 | 0.70 | 0.73 | 76.25 | 0.53 | 0.18 |
| Hex | 38 | 45 | 15 | 13 | 0 | 46 | 49 | 4C | 35 | 12 |
| Octal | 70 | 105 | 25 | 23 | 0 | 106 | 111 | 114 | 65 | 22 |
| Binary | 111000 | 1000101 | 10101 | 10011 | 0 | 1000110 | 1001001 | 1001100 | 110101 | 10010 |
Color Harmonies of #384515
Complementary color
Monochromatic Colors of #384515
Black with #384515
Text Example
Text Example
White with #384515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384515; }
p { color: rgb(56,69,21); }
H1.HeaderClassName
{
color: #384515;
}
.AnyTagClassName
{
color: #384515;
}
</style>
background-color css
<style>
a { background-color: #384515; }
a { background-color: rgb(56,69,21); }
div.DivClassName
{
background-color: #384515;
}
.BgClassName
{
background-color: #384515;
}
</style>
border-color css
<style>
span { border-color: #384515; }
span { border-color: rgb(56,69,21); }
td.TdClassName
{
border-color: #384515;
}
.TagClassName
{
border-color: #384515;
}
</style>