Shades of Turtle Green #383F11
Tints of Turtle Green #383F11
RGB
CMYK
RGB Variations
Color information
#383F11 (or 0x383F11) is known color: Turtle Green. HEX triplet: 38, 3F and 11. RGB value is (56,63,17). Sum of RGB (Red+Green+Blue) = 56+63+17=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 63 - color contains mainly: green. Hex color #383F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383F11 is #C7C0EE. Grayscale: #373737. Windows color (decimal): -13091055 or 1130296. OLE color: 1130296.
HSL color Cylindrical-coordinate representation of color #383F11: hue angle of 69.13º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #383F11 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 63 | 17 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.75 |
| HSL | 69.13º | 0.58% | 0.16% | - |
| HSV(B) | 69.13º | 0.73% | 0.25% | - |
| XYZ | 3.51 | 4.44 | 1.2 | - |
| YUV | 55.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 17 | 0.11 | 0 | 0.73 | 0.75 | 69.13 | 0.58 | 0.16 |
| Hex | 38 | 3F | 11 | B | 0 | 49 | 4B | 45 | 3A | 10 |
| Octal | 70 | 77 | 21 | 13 | 0 | 111 | 113 | 105 | 72 | 20 |
| Binary | 111000 | 111111 | 10001 | 1011 | 0 | 1001001 | 1001011 | 1000101 | 111010 | 10000 |
Color Harmonies of #383F11
Complementary color
Monochromatic Colors of #383F11
Black with #383F11
Text Example
Text Example
White with #383F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F11; }
p { color: rgb(56,63,17); }
H1.HeaderClassName
{
color: #383F11;
}
.AnyTagClassName
{
color: #383F11;
}
</style>
background-color css
<style>
a { background-color: #383F11; }
a { background-color: rgb(56,63,17); }
div.DivClassName
{
background-color: #383F11;
}
.BgClassName
{
background-color: #383F11;
}
</style>
border-color css
<style>
span { border-color: #383F11; }
span { border-color: rgb(56,63,17); }
td.TdClassName
{
border-color: #383F11;
}
.TagClassName
{
border-color: #383F11;
}
</style>