Shades of Turtle Green #384019
Tints of Turtle Green #384019
RGB
CMYK
RGB Variations
Color information
#384019 (or 0x384019) is known color: Turtle Green. HEX triplet: 38, 40 and 19. RGB value is (56,64,25). Sum of RGB (Red+Green+Blue) = 56+64+25=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #384019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384019 is #C7BFE6. Grayscale: #393939. Windows color (decimal): -13090791 or 1654840. OLE color: 1654840.
HSL color Cylindrical-coordinate representation of color #384019: hue angle of 72.31º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #384019 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 64 | 25 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.75 |
| HSL | 72.31º | 0.44% | 0.17% | - |
| HSV(B) | 72.31º | 0.61% | 0.25% | - |
| XYZ | 3.64 | 4.58 | 1.61 | - |
| YUV | 57.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 25 | 0.13 | 0 | 0.61 | 0.75 | 72.31 | 0.44 | 0.17 |
| Hex | 38 | 40 | 19 | D | 0 | 3D | 4B | 48 | 2C | 11 |
| Octal | 70 | 100 | 31 | 15 | 0 | 75 | 113 | 110 | 54 | 21 |
| Binary | 111000 | 1000000 | 11001 | 1101 | 0 | 111101 | 1001011 | 1001000 | 101100 | 10001 |
Color Harmonies of #384019
Complementary color
Monochromatic Colors of #384019
Black with #384019
Text Example
Text Example
White with #384019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384019; }
p { color: rgb(56,64,25); }
H1.HeaderClassName
{
color: #384019;
}
.AnyTagClassName
{
color: #384019;
}
</style>
background-color css
<style>
a { background-color: #384019; }
a { background-color: rgb(56,64,25); }
div.DivClassName
{
background-color: #384019;
}
.BgClassName
{
background-color: #384019;
}
</style>
border-color css
<style>
span { border-color: #384019; }
span { border-color: rgb(56,64,25); }
td.TdClassName
{
border-color: #384019;
}
.TagClassName
{
border-color: #384019;
}
</style>