Shades of Turtle Green #38421F
Tints of Turtle Green #38421F
RGB
CMYK
RGB Variations
Color information
#38421F (or 0x38421F) is known color: Turtle Green. HEX triplet: 38, 42 and 1F. RGB value is (56,66,31). Sum of RGB (Red+Green+Blue) = 56+66+31=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #38421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38421F is #C7BDE0. Grayscale: #3B3B3B. Windows color (decimal): -13090273 or 2048568. OLE color: 2048568.
HSL color Cylindrical-coordinate representation of color #38421F: hue angle of 77.14º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38421F is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 66 | 31 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.74 |
| HSL | 77.14º | 0.36% | 0.19% | - |
| HSV(B) | 77.14º | 0.53% | 0.26% | - |
| XYZ | 3.83 | 4.84 | 2.03 | - |
| YUV | 59.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 31 | 0.15 | 0 | 0.53 | 0.74 | 77.14 | 0.36 | 0.19 |
| Hex | 38 | 42 | 1F | F | 0 | 35 | 4A | 4D | 24 | 13 |
| Octal | 70 | 102 | 37 | 17 | 0 | 65 | 112 | 115 | 44 | 23 |
| Binary | 111000 | 1000010 | 11111 | 1111 | 0 | 110101 | 1001010 | 1001101 | 100100 | 10011 |
Color Harmonies of #38421F
Complementary color
Monochromatic Colors of #38421F
Black with #38421F
Text Example
Text Example
White with #38421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38421F; }
p { color: rgb(56,66,31); }
H1.HeaderClassName
{
color: #38421F;
}
.AnyTagClassName
{
color: #38421F;
}
</style>
background-color css
<style>
a { background-color: #38421F; }
a { background-color: rgb(56,66,31); }
div.DivClassName
{
background-color: #38421F;
}
.BgClassName
{
background-color: #38421F;
}
</style>
border-color css
<style>
span { border-color: #38421F; }
span { border-color: rgb(56,66,31); }
td.TdClassName
{
border-color: #38421F;
}
.TagClassName
{
border-color: #38421F;
}
</style>