Shades of Turtle Green #384B12
Tints of Turtle Green #384B12
RGB
CMYK
RGB Variations
Color information
#384B12 (or 0x384B12) is known color: Turtle Green. HEX triplet: 38, 4B and 12. RGB value is (56,75,18). Sum of RGB (Red+Green+Blue) = 56+75+18=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #384B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B12 is #C7B4ED. Grayscale: #3F3F3F. Windows color (decimal): -13087982 or 1198904. OLE color: 1198904.
HSL color Cylindrical-coordinate representation of color #384B12: hue angle of 80º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384B12 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 18 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.71 |
| HSL | 80º | 0.61% | 0.18% | - |
| HSV(B) | 80º | 0.76% | 0.29% | - |
| XYZ | 4.26 | 5.92 | 1.49 | - |
| YUV | 62.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 18 | 0.25 | 0 | 0.76 | 0.71 | 80 | 0.61 | 0.18 |
| Hex | 38 | 4B | 12 | 19 | 0 | 4C | 47 | 50 | 3D | 12 |
| Octal | 70 | 113 | 22 | 31 | 0 | 114 | 107 | 120 | 75 | 22 |
| Binary | 111000 | 1001011 | 10010 | 11001 | 0 | 1001100 | 1000111 | 1010000 | 111101 | 10010 |
Color Harmonies of #384B12
Complementary color
Monochromatic Colors of #384B12
Black with #384B12
Text Example
Text Example
White with #384B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B12; }
p { color: rgb(56,75,18); }
H1.HeaderClassName
{
color: #384B12;
}
.AnyTagClassName
{
color: #384B12;
}
</style>
background-color css
<style>
a { background-color: #384B12; }
a { background-color: rgb(56,75,18); }
div.DivClassName
{
background-color: #384B12;
}
.BgClassName
{
background-color: #384B12;
}
</style>
border-color css
<style>
span { border-color: #384B12; }
span { border-color: rgb(56,75,18); }
td.TdClassName
{
border-color: #384B12;
}
.TagClassName
{
border-color: #384B12;
}
</style>