Shades of Turtle Green #38411F
Tints of Turtle Green #38411F
RGB
CMYK
RGB Variations
Color information
#38411F (or 0x38411F) is known color: Turtle Green. HEX triplet: 38, 41 and 1F. RGB value is (56,65,31). Sum of RGB (Red+Green+Blue) = 56+65+31=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #38411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38411F is #C7BEE0. Grayscale: #3A3A3A. Windows color (decimal): -13090529 or 2048312. OLE color: 2048312.
HSL color Cylindrical-coordinate representation of color #38411F: hue angle of 75.88º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38411F is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 65 | 31 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.75 |
| HSL | 75.88º | 0.35% | 0.19% | - |
| HSV(B) | 75.88º | 0.52% | 0.25% | - |
| XYZ | 3.77 | 4.72 | 2.01 | - |
| YUV | 58.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 31 | 0.14 | 0 | 0.52 | 0.75 | 75.88 | 0.35 | 0.19 |
| Hex | 38 | 41 | 1F | E | 0 | 34 | 4B | 4C | 23 | 13 |
| Octal | 70 | 101 | 37 | 16 | 0 | 64 | 113 | 114 | 43 | 23 |
| Binary | 111000 | 1000001 | 11111 | 1110 | 0 | 110100 | 1001011 | 1001100 | 100011 | 10011 |
Color Harmonies of #38411F
Complementary color
Monochromatic Colors of #38411F
Black with #38411F
Text Example
Text Example
White with #38411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38411F; }
p { color: rgb(56,65,31); }
H1.HeaderClassName
{
color: #38411F;
}
.AnyTagClassName
{
color: #38411F;
}
</style>
background-color css
<style>
a { background-color: #38411F; }
a { background-color: rgb(56,65,31); }
div.DivClassName
{
background-color: #38411F;
}
.BgClassName
{
background-color: #38411F;
}
</style>
border-color css
<style>
span { border-color: #38411F; }
span { border-color: rgb(56,65,31); }
td.TdClassName
{
border-color: #38411F;
}
.TagClassName
{
border-color: #38411F;
}
</style>