Shades of Turtle Green #384A13
Tints of Turtle Green #384A13
RGB
CMYK
RGB Variations
Color information
#384A13 (or 0x384A13) is known color: Turtle Green. HEX triplet: 38, 4A and 13. RGB value is (56,74,19). Sum of RGB (Red+Green+Blue) = 56+74+19=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #384A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384A13 is #C7B5EC. Grayscale: #3E3E3E. Windows color (decimal): -13088237 or 1264184. OLE color: 1264184.
HSL color Cylindrical-coordinate representation of color #384A13: hue angle of 79.64º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384A13 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 74 | 19 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.71 |
| HSL | 79.64º | 0.59% | 0.18% | - |
| HSV(B) | 79.64º | 0.74% | 0.29% | - |
| XYZ | 4.2 | 5.79 | 1.51 | - |
| YUV | 62.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 19 | 0.24 | 0 | 0.74 | 0.71 | 79.64 | 0.59 | 0.18 |
| Hex | 38 | 4A | 13 | 18 | 0 | 4A | 47 | 50 | 3B | 12 |
| Octal | 70 | 112 | 23 | 30 | 0 | 112 | 107 | 120 | 73 | 22 |
| Binary | 111000 | 1001010 | 10011 | 11000 | 0 | 1001010 | 1000111 | 1010000 | 111011 | 10010 |
Color Harmonies of #384A13
Complementary color
Monochromatic Colors of #384A13
Black with #384A13
Text Example
Text Example
White with #384A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A13; }
p { color: rgb(56,74,19); }
H1.HeaderClassName
{
color: #384A13;
}
.AnyTagClassName
{
color: #384A13;
}
</style>
background-color css
<style>
a { background-color: #384A13; }
a { background-color: rgb(56,74,19); }
div.DivClassName
{
background-color: #384A13;
}
.BgClassName
{
background-color: #384A13;
}
</style>
border-color css
<style>
span { border-color: #384A13; }
span { border-color: rgb(56,74,19); }
td.TdClassName
{
border-color: #384A13;
}
.TagClassName
{
border-color: #384A13;
}
</style>