Shades of Turtle Green #383E23
Tints of Turtle Green #383E23
RGB
CMYK
RGB Variations
Color information
#383E23 (or 0x383E23) is known color: Turtle Green. HEX triplet: 38, 3E and 23. RGB value is (56,62,35). Sum of RGB (Red+Green+Blue) = 56+62+35=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 62 - color contains mainly: green. Hex color #383E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E23 is #C7C1DC. Grayscale: #393939. Windows color (decimal): -13091293 or 2309688. OLE color: 2309688.
HSL color Cylindrical-coordinate representation of color #383E23: hue angle of 73.33º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #383E23 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 62 | 35 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.76 |
| HSL | 73.33º | 0.28% | 0.19% | - |
| HSV(B) | 73.33º | 0.44% | 0.24% | - |
| XYZ | 3.66 | 4.41 | 2.25 | - |
| YUV | 57.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 35 | 0.10 | 0 | 0.44 | 0.76 | 73.33 | 0.28 | 0.19 |
| Hex | 38 | 3E | 23 | A | 0 | 2C | 4C | 49 | 1C | 13 |
| Octal | 70 | 76 | 43 | 12 | 0 | 54 | 114 | 111 | 34 | 23 |
| Binary | 111000 | 111110 | 100011 | 1010 | 0 | 101100 | 1001100 | 1001001 | 11100 | 10011 |
Color Harmonies of #383E23
Complementary color
Monochromatic Colors of #383E23
Black with #383E23
Text Example
Text Example
White with #383E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E23; }
p { color: rgb(56,62,35); }
H1.HeaderClassName
{
color: #383E23;
}
.AnyTagClassName
{
color: #383E23;
}
</style>
background-color css
<style>
a { background-color: #383E23; }
a { background-color: rgb(56,62,35); }
div.DivClassName
{
background-color: #383E23;
}
.BgClassName
{
background-color: #383E23;
}
</style>
border-color css
<style>
span { border-color: #383E23; }
span { border-color: rgb(56,62,35); }
td.TdClassName
{
border-color: #383E23;
}
.TagClassName
{
border-color: #383E23;
}
</style>