Shades of Turtle Green #383E13
Tints of Turtle Green #383E13
RGB
CMYK
RGB Variations
Color information
#383E13 (or 0x383E13) is known color: Turtle Green. HEX triplet: 38, 3E and 13. RGB value is (56,62,19). Sum of RGB (Red+Green+Blue) = 56+62+19=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 62 - color contains mainly: green. Hex color #383E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383E13 is #C7C1EC. Grayscale: #373737. Windows color (decimal): -13091309 or 1261112. OLE color: 1261112.
HSL color Cylindrical-coordinate representation of color #383E13: hue angle of 68.37º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #383E13 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 62 | 19 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.76 |
| HSL | 68.37º | 0.53% | 0.16% | - |
| HSV(B) | 68.37º | 0.69% | 0.24% | - |
| XYZ | 3.47 | 4.33 | 1.27 | - |
| YUV | 55.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 19 | 0.10 | 0 | 0.69 | 0.76 | 68.37 | 0.53 | 0.16 |
| Hex | 38 | 3E | 13 | A | 0 | 45 | 4C | 44 | 35 | 10 |
| Octal | 70 | 76 | 23 | 12 | 0 | 105 | 114 | 104 | 65 | 20 |
| Binary | 111000 | 111110 | 10011 | 1010 | 0 | 1000101 | 1001100 | 1000100 | 110101 | 10000 |
Color Harmonies of #383E13
Complementary color
Monochromatic Colors of #383E13
Black with #383E13
Text Example
Text Example
White with #383E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E13; }
p { color: rgb(56,62,19); }
H1.HeaderClassName
{
color: #383E13;
}
.AnyTagClassName
{
color: #383E13;
}
</style>
background-color css
<style>
a { background-color: #383E13; }
a { background-color: rgb(56,62,19); }
div.DivClassName
{
background-color: #383E13;
}
.BgClassName
{
background-color: #383E13;
}
</style>
border-color css
<style>
span { border-color: #383E13; }
span { border-color: rgb(56,62,19); }
td.TdClassName
{
border-color: #383E13;
}
.TagClassName
{
border-color: #383E13;
}
</style>