Shades of Turtle Green #383810
Tints of Turtle Green #383810
RGB
CMYK
RGB Variations
Color information
#383810 (or 0x383810) is known color: Turtle Green. HEX triplet: 38, 38 and 10. RGB value is (56,56,16). Sum of RGB (Red+Green+Blue) = 56+56+16=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383810 is #C7C7EF. Grayscale: #333333. Windows color (decimal): -13092848 or 1062968. OLE color: 1062968.
HSL color Cylindrical-coordinate representation of color #383810: hue angle of 60º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383810 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 56 | 16 | - |
| CMYK | 0 | 0 | 0.71 | 0.78 |
| HSL | 60º | 0.56% | 0.14% | - |
| HSV(B) | 60º | 0.71% | 0.22% | - |
| XYZ | 3.14 | 3.71 | 1.04 | - |
| YUV | 51.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 16 | 0 | 0 | 0.71 | 0.78 | 60 | 0.56 | 0.14 |
| Hex | 38 | 38 | 10 | 0 | 0 | 47 | 4E | 3C | 38 | E |
| Octal | 70 | 70 | 20 | 0 | 0 | 107 | 116 | 74 | 70 | 16 |
| Binary | 111000 | 111000 | 10000 | 0 | 0 | 1000111 | 1001110 | 111100 | 111000 | 1110 |
Color Harmonies of #383810
Complementary color
Monochromatic Colors of #383810
Black with #383810
Text Example
Text Example
White with #383810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383810; }
p { color: rgb(56,56,16); }
H1.HeaderClassName
{
color: #383810;
}
.AnyTagClassName
{
color: #383810;
}
</style>
background-color css
<style>
a { background-color: #383810; }
a { background-color: rgb(56,56,16); }
div.DivClassName
{
background-color: #383810;
}
.BgClassName
{
background-color: #383810;
}
</style>
border-color css
<style>
span { border-color: #383810; }
span { border-color: rgb(56,56,16); }
td.TdClassName
{
border-color: #383810;
}
.TagClassName
{
border-color: #383810;
}
</style>