Shades of Turtle Green #383B19
Tints of Turtle Green #383B19
RGB
CMYK
RGB Variations
Color information
#383B19 (or 0x383B19) is known color: Turtle Green. HEX triplet: 38, 3B and 19. RGB value is (56,59,25). Sum of RGB (Red+Green+Blue) = 56+59+25=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 59 - color contains mainly: green. Hex color #383B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383B19 is #C7C4E6. Grayscale: #363636. Windows color (decimal): -13092071 or 1653560. OLE color: 1653560.
HSL color Cylindrical-coordinate representation of color #383B19: hue angle of 65.29º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #383B19 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 59 | 25 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.77 |
| HSL | 65.29º | 0.4% | 0.16% | - |
| HSV(B) | 65.29º | 0.58% | 0.23% | - |
| XYZ | 3.37 | 4.04 | 1.52 | - |
| YUV | 54.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 25 | 0.05 | 0 | 0.58 | 0.77 | 65.29 | 0.4 | 0.16 |
| Hex | 38 | 3B | 19 | 5 | 0 | 3A | 4D | 41 | 28 | 10 |
| Octal | 70 | 73 | 31 | 5 | 0 | 72 | 115 | 101 | 50 | 20 |
| Binary | 111000 | 111011 | 11001 | 101 | 0 | 111010 | 1001101 | 1000001 | 101000 | 10000 |
Color Harmonies of #383B19
Complementary color
Monochromatic Colors of #383B19
Black with #383B19
Text Example
Text Example
White with #383B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B19; }
p { color: rgb(56,59,25); }
H1.HeaderClassName
{
color: #383B19;
}
.AnyTagClassName
{
color: #383B19;
}
</style>
background-color css
<style>
a { background-color: #383B19; }
a { background-color: rgb(56,59,25); }
div.DivClassName
{
background-color: #383B19;
}
.BgClassName
{
background-color: #383B19;
}
</style>
border-color css
<style>
span { border-color: #383B19; }
span { border-color: rgb(56,59,25); }
td.TdClassName
{
border-color: #383B19;
}
.TagClassName
{
border-color: #383B19;
}
</style>