Shades of Turtle Green #383A1C
Tints of Turtle Green #383A1C
RGB
CMYK
RGB Variations
Color information
#383A1C (or 0x383A1C) is known color: Turtle Green. HEX triplet: 38, 3A and 1C. RGB value is (56,58,28). Sum of RGB (Red+Green+Blue) = 56+58+28=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 58 - color contains mainly: green. Hex color #383A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A1C is #C7C5E3. Grayscale: #363636. Windows color (decimal): -13092324 or 1849912. OLE color: 1849912.
HSL color Cylindrical-coordinate representation of color #383A1C: hue angle of 64º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #383A1C is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 58 | 28 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.77 |
| HSL | 64º | 0.35% | 0.17% | - |
| HSV(B) | 64º | 0.52% | 0.23% | - |
| XYZ | 3.35 | 3.95 | 1.68 | - |
| YUV | 53.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 28 | 0.03 | 0 | 0.52 | 0.77 | 64 | 0.35 | 0.17 |
| Hex | 38 | 3A | 1C | 3 | 0 | 34 | 4D | 40 | 23 | 11 |
| Octal | 70 | 72 | 34 | 3 | 0 | 64 | 115 | 100 | 43 | 21 |
| Binary | 111000 | 111010 | 11100 | 11 | 0 | 110100 | 1001101 | 1000000 | 100011 | 10001 |
Color Harmonies of #383A1C
Complementary color
Monochromatic Colors of #383A1C
Black with #383A1C
Text Example
Text Example
White with #383A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A1C; }
p { color: rgb(56,58,28); }
H1.HeaderClassName
{
color: #383A1C;
}
.AnyTagClassName
{
color: #383A1C;
}
</style>
background-color css
<style>
a { background-color: #383A1C; }
a { background-color: rgb(56,58,28); }
div.DivClassName
{
background-color: #383A1C;
}
.BgClassName
{
background-color: #383A1C;
}
</style>
border-color css
<style>
span { border-color: #383A1C; }
span { border-color: rgb(56,58,28); }
td.TdClassName
{
border-color: #383A1C;
}
.TagClassName
{
border-color: #383A1C;
}
</style>