Shades of Turtle Green #384016
Tints of Turtle Green #384016
RGB
CMYK
RGB Variations
Color information
#384016 (or 0x384016) is known color: Turtle Green. HEX triplet: 38, 40 and 16. RGB value is (56,64,22). Sum of RGB (Red+Green+Blue) = 56+64+22=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #384016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384016 is #C7BFE9. Grayscale: #383838. Windows color (decimal): -13090794 or 1458232. OLE color: 1458232.
HSL color Cylindrical-coordinate representation of color #384016: hue angle of 71.43º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #384016 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 64 | 22 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.75 |
| HSL | 71.43º | 0.49% | 0.17% | - |
| HSV(B) | 71.43º | 0.66% | 0.25% | - |
| XYZ | 3.61 | 4.57 | 1.45 | - |
| YUV | 56.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 22 | 0.13 | 0 | 0.66 | 0.75 | 71.43 | 0.49 | 0.17 |
| Hex | 38 | 40 | 16 | D | 0 | 42 | 4B | 47 | 31 | 11 |
| Octal | 70 | 100 | 26 | 15 | 0 | 102 | 113 | 107 | 61 | 21 |
| Binary | 111000 | 1000000 | 10110 | 1101 | 0 | 1000010 | 1001011 | 1000111 | 110001 | 10001 |
Color Harmonies of #384016
Complementary color
Monochromatic Colors of #384016
Black with #384016
Text Example
Text Example
White with #384016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384016; }
p { color: rgb(56,64,22); }
H1.HeaderClassName
{
color: #384016;
}
.AnyTagClassName
{
color: #384016;
}
</style>
background-color css
<style>
a { background-color: #384016; }
a { background-color: rgb(56,64,22); }
div.DivClassName
{
background-color: #384016;
}
.BgClassName
{
background-color: #384016;
}
</style>
border-color css
<style>
span { border-color: #384016; }
span { border-color: rgb(56,64,22); }
td.TdClassName
{
border-color: #384016;
}
.TagClassName
{
border-color: #384016;
}
</style>