Shades of Turtle Green #38421C
Tints of Turtle Green #38421C
RGB
CMYK
RGB Variations
Color information
#38421C (or 0x38421C) is known color: Turtle Green. HEX triplet: 38, 42 and 1C. RGB value is (56,66,28). Sum of RGB (Red+Green+Blue) = 56+66+28=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #38421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38421C is #C7BDE3. Grayscale: #3A3A3A. Windows color (decimal): -13090276 or 1851960. OLE color: 1851960.
HSL color Cylindrical-coordinate representation of color #38421C: hue angle of 75.79º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38421C is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 66 | 28 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.74 |
| HSL | 75.79º | 0.4% | 0.18% | - |
| HSV(B) | 75.79º | 0.58% | 0.26% | - |
| XYZ | 3.79 | 4.82 | 1.83 | - |
| YUV | 58.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 28 | 0.15 | 0 | 0.58 | 0.74 | 75.79 | 0.4 | 0.18 |
| Hex | 38 | 42 | 1C | F | 0 | 3A | 4A | 4C | 28 | 12 |
| Octal | 70 | 102 | 34 | 17 | 0 | 72 | 112 | 114 | 50 | 22 |
| Binary | 111000 | 1000010 | 11100 | 1111 | 0 | 111010 | 1001010 | 1001100 | 101000 | 10010 |
Color Harmonies of #38421C
Complementary color
Monochromatic Colors of #38421C
Black with #38421C
Text Example
Text Example
White with #38421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38421C; }
p { color: rgb(56,66,28); }
H1.HeaderClassName
{
color: #38421C;
}
.AnyTagClassName
{
color: #38421C;
}
</style>
background-color css
<style>
a { background-color: #38421C; }
a { background-color: rgb(56,66,28); }
div.DivClassName
{
background-color: #38421C;
}
.BgClassName
{
background-color: #38421C;
}
</style>
border-color css
<style>
span { border-color: #38421C; }
span { border-color: rgb(56,66,28); }
td.TdClassName
{
border-color: #38421C;
}
.TagClassName
{
border-color: #38421C;
}
</style>