Shades of Turtle Green #383F1D
Tints of Turtle Green #383F1D
RGB
CMYK
RGB Variations
Color information
#383F1D (or 0x383F1D) is known color: Turtle Green. HEX triplet: 38, 3F and 1D. RGB value is (56,63,29). Sum of RGB (Red+Green+Blue) = 56+63+29=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #383F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F1D is #C7C0E2. Grayscale: #393939. Windows color (decimal): -13091043 or 1916728. OLE color: 1916728.
HSL color Cylindrical-coordinate representation of color #383F1D: hue angle of 72.35º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #383F1D is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 63 | 29 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.75 |
| HSL | 72.35º | 0.37% | 0.18% | - |
| HSV(B) | 72.35º | 0.54% | 0.25% | - |
| XYZ | 3.63 | 4.48 | 1.84 | - |
| YUV | 57.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 29 | 0.11 | 0 | 0.54 | 0.75 | 72.35 | 0.37 | 0.18 |
| Hex | 38 | 3F | 1D | B | 0 | 36 | 4B | 48 | 25 | 12 |
| Octal | 70 | 77 | 35 | 13 | 0 | 66 | 113 | 110 | 45 | 22 |
| Binary | 111000 | 111111 | 11101 | 1011 | 0 | 110110 | 1001011 | 1001000 | 100101 | 10010 |
Color Harmonies of #383F1D
Complementary color
Monochromatic Colors of #383F1D
Black with #383F1D
Text Example
Text Example
White with #383F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F1D; }
p { color: rgb(56,63,29); }
H1.HeaderClassName
{
color: #383F1D;
}
.AnyTagClassName
{
color: #383F1D;
}
</style>
background-color css
<style>
a { background-color: #383F1D; }
a { background-color: rgb(56,63,29); }
div.DivClassName
{
background-color: #383F1D;
}
.BgClassName
{
background-color: #383F1D;
}
</style>
border-color css
<style>
span { border-color: #383F1D; }
span { border-color: rgb(56,63,29); }
td.TdClassName
{
border-color: #383F1D;
}
.TagClassName
{
border-color: #383F1D;
}
</style>