Shades of Turtle Green #384B19
Tints of Turtle Green #384B19
RGB
CMYK
RGB Variations
Color information
#384B19 (or 0x384B19) is known color: Turtle Green. HEX triplet: 38, 4B and 19. RGB value is (56,75,25). Sum of RGB (Red+Green+Blue) = 56+75+25=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #384B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B19 is #C7B4E6. Grayscale: #3F3F3F. Windows color (decimal): -13087975 or 1657656. OLE color: 1657656.
HSL color Cylindrical-coordinate representation of color #384B19: hue angle of 82.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #384B19 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 25 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.71 |
| HSL | 82.8º | 0.5% | 0.2% | - |
| HSV(B) | 82.8º | 0.67% | 0.29% | - |
| XYZ | 4.32 | 5.94 | 1.84 | - |
| YUV | 63.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 25 | 0.25 | 0 | 0.67 | 0.71 | 82.8 | 0.5 | 0.2 |
| Hex | 38 | 4B | 19 | 19 | 0 | 43 | 47 | 53 | 32 | 14 |
| Octal | 70 | 113 | 31 | 31 | 0 | 103 | 107 | 123 | 62 | 24 |
| Binary | 111000 | 1001011 | 11001 | 11001 | 0 | 1000011 | 1000111 | 1010011 | 110010 | 10100 |
Color Harmonies of #384B19
Complementary color
Monochromatic Colors of #384B19
Black with #384B19
Text Example
Text Example
White with #384B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B19; }
p { color: rgb(56,75,25); }
H1.HeaderClassName
{
color: #384B19;
}
.AnyTagClassName
{
color: #384B19;
}
</style>
background-color css
<style>
a { background-color: #384B19; }
a { background-color: rgb(56,75,25); }
div.DivClassName
{
background-color: #384B19;
}
.BgClassName
{
background-color: #384B19;
}
</style>
border-color css
<style>
span { border-color: #384B19; }
span { border-color: rgb(56,75,25); }
td.TdClassName
{
border-color: #384B19;
}
.TagClassName
{
border-color: #384B19;
}
</style>