Shades of Turtle Green #385012
Tints of Turtle Green #385012
RGB
CMYK
RGB Variations
Color information
#385012 (or 0x385012) is known color: Turtle Green. HEX triplet: 38, 50 and 12. RGB value is (56,80,18). Sum of RGB (Red+Green+Blue) = 56+80+18=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #385012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385012 is #C7AFED. Grayscale: #414141. Windows color (decimal): -13086702 or 1200184. OLE color: 1200184.
HSL color Cylindrical-coordinate representation of color #385012: hue angle of 83.23º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #385012 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 80 | 18 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.69 |
| HSL | 83.23º | 0.63% | 0.19% | - |
| HSV(B) | 83.23º | 0.78% | 0.31% | - |
| XYZ | 4.61 | 6.62 | 1.61 | - |
| YUV | 65.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 18 | 0.30 | 0 | 0.78 | 0.69 | 83.23 | 0.63 | 0.19 |
| Hex | 38 | 50 | 12 | 1E | 0 | 4E | 45 | 53 | 3F | 13 |
| Octal | 70 | 120 | 22 | 36 | 0 | 116 | 105 | 123 | 77 | 23 |
| Binary | 111000 | 1010000 | 10010 | 11110 | 0 | 1001110 | 1000101 | 1010011 | 111111 | 10011 |
Color Harmonies of #385012
Complementary color
Monochromatic Colors of #385012
Black with #385012
Text Example
Text Example
White with #385012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385012; }
p { color: rgb(56,80,18); }
H1.HeaderClassName
{
color: #385012;
}
.AnyTagClassName
{
color: #385012;
}
</style>
background-color css
<style>
a { background-color: #385012; }
a { background-color: rgb(56,80,18); }
div.DivClassName
{
background-color: #385012;
}
.BgClassName
{
background-color: #385012;
}
</style>
border-color css
<style>
span { border-color: #385012; }
span { border-color: rgb(56,80,18); }
td.TdClassName
{
border-color: #385012;
}
.TagClassName
{
border-color: #385012;
}
</style>