Shades of Turtle Green #383A19
Tints of Turtle Green #383A19
RGB
CMYK
RGB Variations
Color information
#383A19 (or 0x383A19) is known color: Turtle Green. HEX triplet: 38, 3A and 19. RGB value is (56,58,25). Sum of RGB (Red+Green+Blue) = 56+58+25=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 58 - color contains mainly: green. Hex color #383A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383A19 is #C7C5E6. Grayscale: #353535. Windows color (decimal): -13092327 or 1653304. OLE color: 1653304.
HSL color Cylindrical-coordinate representation of color #383A19: hue angle of 63.64º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383A19 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 58 | 25 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.77 |
| HSL | 63.64º | 0.4% | 0.16% | - |
| HSV(B) | 63.64º | 0.57% | 0.23% | - |
| XYZ | 3.32 | 3.94 | 1.5 | - |
| YUV | 53.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 25 | 0.03 | 0 | 0.57 | 0.77 | 63.64 | 0.4 | 0.16 |
| Hex | 38 | 3A | 19 | 3 | 0 | 39 | 4D | 40 | 28 | 10 |
| Octal | 70 | 72 | 31 | 3 | 0 | 71 | 115 | 100 | 50 | 20 |
| Binary | 111000 | 111010 | 11001 | 11 | 0 | 111001 | 1001101 | 1000000 | 101000 | 10000 |
Color Harmonies of #383A19
Complementary color
Monochromatic Colors of #383A19
Black with #383A19
Text Example
Text Example
White with #383A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A19; }
p { color: rgb(56,58,25); }
H1.HeaderClassName
{
color: #383A19;
}
.AnyTagClassName
{
color: #383A19;
}
</style>
background-color css
<style>
a { background-color: #383A19; }
a { background-color: rgb(56,58,25); }
div.DivClassName
{
background-color: #383A19;
}
.BgClassName
{
background-color: #383A19;
}
</style>
border-color css
<style>
span { border-color: #383A19; }
span { border-color: rgb(56,58,25); }
td.TdClassName
{
border-color: #383A19;
}
.TagClassName
{
border-color: #383A19;
}
</style>