Shades of Turtle Green #383915
Tints of Turtle Green #383915
RGB
CMYK
RGB Variations
Color information
#383915 (or 0x383915) is known color: Turtle Green. HEX triplet: 38, 39 and 15. RGB value is (56,57,21). Sum of RGB (Red+Green+Blue) = 56+57+21=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #383915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383915 is #C7C6EA. Grayscale: #343434. Windows color (decimal): -13092587 or 1390904. OLE color: 1390904.
HSL color Cylindrical-coordinate representation of color #383915: hue angle of 61.67º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #383915 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 57 | 21 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.78 |
| HSL | 61.67º | 0.46% | 0.15% | - |
| HSV(B) | 61.67º | 0.63% | 0.22% | - |
| XYZ | 3.23 | 3.82 | 1.28 | - |
| YUV | 52.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 21 | 0.02 | 0 | 0.63 | 0.78 | 61.67 | 0.46 | 0.15 |
| Hex | 38 | 39 | 15 | 2 | 0 | 3F | 4E | 3E | 2E | F |
| Octal | 70 | 71 | 25 | 2 | 0 | 77 | 116 | 76 | 56 | 17 |
| Binary | 111000 | 111001 | 10101 | 10 | 0 | 111111 | 1001110 | 111110 | 101110 | 1111 |
Color Harmonies of #383915
Complementary color
Monochromatic Colors of #383915
Black with #383915
Text Example
Text Example
White with #383915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383915; }
p { color: rgb(56,57,21); }
H1.HeaderClassName
{
color: #383915;
}
.AnyTagClassName
{
color: #383915;
}
</style>
background-color css
<style>
a { background-color: #383915; }
a { background-color: rgb(56,57,21); }
div.DivClassName
{
background-color: #383915;
}
.BgClassName
{
background-color: #383915;
}
</style>
border-color css
<style>
span { border-color: #383915; }
span { border-color: rgb(56,57,21); }
td.TdClassName
{
border-color: #383915;
}
.TagClassName
{
border-color: #383915;
}
</style>