Shades of Turtle Green #383917
Tints of Turtle Green #383917
RGB
CMYK
RGB Variations
Color information
#383917 (or 0x383917) is known color: Turtle Green. HEX triplet: 38, 39 and 17. RGB value is (56,57,23). Sum of RGB (Red+Green+Blue) = 56+57+23=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #383917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383917 is #C7C6E8. Grayscale: #343434. Windows color (decimal): -13092585 or 1521976. OLE color: 1521976.
HSL color Cylindrical-coordinate representation of color #383917: hue angle of 61.76º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #383917 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 57 | 23 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.78 |
| HSL | 61.76º | 0.43% | 0.16% | - |
| HSV(B) | 61.76º | 0.6% | 0.22% | - |
| XYZ | 3.25 | 3.83 | 1.38 | - |
| YUV | 52.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 23 | 0.02 | 0 | 0.60 | 0.78 | 61.76 | 0.43 | 0.16 |
| Hex | 38 | 39 | 17 | 2 | 0 | 3C | 4E | 3E | 2A | 10 |
| Octal | 70 | 71 | 27 | 2 | 0 | 74 | 116 | 76 | 52 | 20 |
| Binary | 111000 | 111001 | 10111 | 10 | 0 | 111100 | 1001110 | 111110 | 101010 | 10000 |
Color Harmonies of #383917
Complementary color
Monochromatic Colors of #383917
Black with #383917
Text Example
Text Example
White with #383917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383917; }
p { color: rgb(56,57,23); }
H1.HeaderClassName
{
color: #383917;
}
.AnyTagClassName
{
color: #383917;
}
</style>
background-color css
<style>
a { background-color: #383917; }
a { background-color: rgb(56,57,23); }
div.DivClassName
{
background-color: #383917;
}
.BgClassName
{
background-color: #383917;
}
</style>
border-color css
<style>
span { border-color: #383917; }
span { border-color: rgb(56,57,23); }
td.TdClassName
{
border-color: #383917;
}
.TagClassName
{
border-color: #383917;
}
</style>