Shades of Turtle Green #383D21
Tints of Turtle Green #383D21
RGB
CMYK
RGB Variations
Color information
#383D21 (or 0x383D21) is known color: Turtle Green. HEX triplet: 38, 3D and 21. RGB value is (56,61,33). Sum of RGB (Red+Green+Blue) = 56+61+33=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 61 - color contains mainly: green. Hex color #383D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D21 is #C7C2DE. Grayscale: #383838. Windows color (decimal): -13091551 or 2178360. OLE color: 2178360.
HSL color Cylindrical-coordinate representation of color #383D21: hue angle of 70.71º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #383D21 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 33 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.76 |
| HSL | 70.71º | 0.3% | 0.18% | - |
| HSV(B) | 70.71º | 0.46% | 0.24% | - |
| XYZ | 3.57 | 4.29 | 2.08 | - |
| YUV | 56.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 33 | 0.08 | 0 | 0.46 | 0.76 | 70.71 | 0.3 | 0.18 |
| Hex | 38 | 3D | 21 | 8 | 0 | 2E | 4C | 47 | 1E | 12 |
| Octal | 70 | 75 | 41 | 10 | 0 | 56 | 114 | 107 | 36 | 22 |
| Binary | 111000 | 111101 | 100001 | 1000 | 0 | 101110 | 1001100 | 1000111 | 11110 | 10010 |
Color Harmonies of #383D21
Complementary color
Monochromatic Colors of #383D21
Black with #383D21
Text Example
Text Example
White with #383D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D21; }
p { color: rgb(56,61,33); }
H1.HeaderClassName
{
color: #383D21;
}
.AnyTagClassName
{
color: #383D21;
}
</style>
background-color css
<style>
a { background-color: #383D21; }
a { background-color: rgb(56,61,33); }
div.DivClassName
{
background-color: #383D21;
}
.BgClassName
{
background-color: #383D21;
}
</style>
border-color css
<style>
span { border-color: #383D21; }
span { border-color: rgb(56,61,33); }
td.TdClassName
{
border-color: #383D21;
}
.TagClassName
{
border-color: #383D21;
}
</style>