Shades of Turtle Green #384A12
Tints of Turtle Green #384A12
RGB
CMYK
RGB Variations
Color information
#384A12 (or 0x384A12) is known color: Turtle Green. HEX triplet: 38, 4A and 12. RGB value is (56,74,18). Sum of RGB (Red+Green+Blue) = 56+74+18=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #384A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384A12 is #C7B5ED. Grayscale: #3E3E3E. Windows color (decimal): -13088238 or 1198648. OLE color: 1198648.
HSL color Cylindrical-coordinate representation of color #384A12: hue angle of 79.29º 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 #384A12 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 74 | 18 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.71 |
| HSL | 79.29º | 0.61% | 0.18% | - |
| HSV(B) | 79.29º | 0.76% | 0.29% | - |
| XYZ | 4.19 | 5.78 | 1.47 | - |
| YUV | 62.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 18 | 0.24 | 0 | 0.76 | 0.71 | 79.29 | 0.61 | 0.18 |
| Hex | 38 | 4A | 12 | 18 | 0 | 4C | 47 | 4F | 3D | 12 |
| Octal | 70 | 112 | 22 | 30 | 0 | 114 | 107 | 117 | 75 | 22 |
| Binary | 111000 | 1001010 | 10010 | 11000 | 0 | 1001100 | 1000111 | 1001111 | 111101 | 10010 |
Color Harmonies of #384A12
Complementary color
Monochromatic Colors of #384A12
Black with #384A12
Text Example
Text Example
White with #384A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A12; }
p { color: rgb(56,74,18); }
H1.HeaderClassName
{
color: #384A12;
}
.AnyTagClassName
{
color: #384A12;
}
</style>
background-color css
<style>
a { background-color: #384A12; }
a { background-color: rgb(56,74,18); }
div.DivClassName
{
background-color: #384A12;
}
.BgClassName
{
background-color: #384A12;
}
</style>
border-color css
<style>
span { border-color: #384A12; }
span { border-color: rgb(56,74,18); }
td.TdClassName
{
border-color: #384A12;
}
.TagClassName
{
border-color: #384A12;
}
</style>