Shades of Turtle Green #38421E
Tints of Turtle Green #38421E
RGB
CMYK
RGB Variations
Color information
#38421E (or 0x38421E) is known color: Turtle Green. HEX triplet: 38, 42 and 1E. RGB value is (56,66,30). Sum of RGB (Red+Green+Blue) = 56+66+30=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #38421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38421E is #C7BDE1. Grayscale: #3B3B3B. Windows color (decimal): -13090274 or 1983032. OLE color: 1983032.
HSL color Cylindrical-coordinate representation of color #38421E: hue angle of 76.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38421E is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 66 | 30 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.74 |
| HSL | 76.67º | 0.38% | 0.19% | - |
| HSV(B) | 76.67º | 0.55% | 0.26% | - |
| XYZ | 3.81 | 4.83 | 1.96 | - |
| YUV | 58.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 30 | 0.15 | 0 | 0.55 | 0.74 | 76.67 | 0.38 | 0.19 |
| Hex | 38 | 42 | 1E | F | 0 | 37 | 4A | 4D | 26 | 13 |
| Octal | 70 | 102 | 36 | 17 | 0 | 67 | 112 | 115 | 46 | 23 |
| Binary | 111000 | 1000010 | 11110 | 1111 | 0 | 110111 | 1001010 | 1001101 | 100110 | 10011 |
Color Harmonies of #38421E
Complementary color
Monochromatic Colors of #38421E
Black with #38421E
Text Example
Text Example
White with #38421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38421E; }
p { color: rgb(56,66,30); }
H1.HeaderClassName
{
color: #38421E;
}
.AnyTagClassName
{
color: #38421E;
}
</style>
background-color css
<style>
a { background-color: #38421E; }
a { background-color: rgb(56,66,30); }
div.DivClassName
{
background-color: #38421E;
}
.BgClassName
{
background-color: #38421E;
}
</style>
border-color css
<style>
span { border-color: #38421E; }
span { border-color: rgb(56,66,30); }
td.TdClassName
{
border-color: #38421E;
}
.TagClassName
{
border-color: #38421E;
}
</style>