Shades of Turtle Green #38431F
Tints of Turtle Green #38431F
RGB
CMYK
RGB Variations
Color information
#38431F (or 0x38431F) is known color: Turtle Green. HEX triplet: 38, 43 and 1F. RGB value is (56,67,31). Sum of RGB (Red+Green+Blue) = 56+67+31=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #38431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38431F is #C7BCE0. Grayscale: #3B3B3B. Windows color (decimal): -13090017 or 2048824. OLE color: 2048824.
HSL color Cylindrical-coordinate representation of color #38431F: hue angle of 78.33º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38431F is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 67 | 31 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.74 |
| HSL | 78.33º | 0.37% | 0.19% | - |
| HSV(B) | 78.33º | 0.54% | 0.26% | - |
| XYZ | 3.89 | 4.95 | 2.05 | - |
| YUV | 59.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 31 | 0.16 | 0 | 0.54 | 0.74 | 78.33 | 0.37 | 0.19 |
| Hex | 38 | 43 | 1F | 10 | 0 | 36 | 4A | 4E | 25 | 13 |
| Octal | 70 | 103 | 37 | 20 | 0 | 66 | 112 | 116 | 45 | 23 |
| Binary | 111000 | 1000011 | 11111 | 10000 | 0 | 110110 | 1001010 | 1001110 | 100101 | 10011 |
Color Harmonies of #38431F
Complementary color
Monochromatic Colors of #38431F
Black with #38431F
Text Example
Text Example
White with #38431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38431F; }
p { color: rgb(56,67,31); }
H1.HeaderClassName
{
color: #38431F;
}
.AnyTagClassName
{
color: #38431F;
}
</style>
background-color css
<style>
a { background-color: #38431F; }
a { background-color: rgb(56,67,31); }
div.DivClassName
{
background-color: #38431F;
}
.BgClassName
{
background-color: #38431F;
}
</style>
border-color css
<style>
span { border-color: #38431F; }
span { border-color: rgb(56,67,31); }
td.TdClassName
{
border-color: #38431F;
}
.TagClassName
{
border-color: #38431F;
}
</style>