Shades of Turtle Green #38401E
Tints of Turtle Green #38401E
RGB
CMYK
RGB Variations
Color information
#38401E (or 0x38401E) is known color: Turtle Green. HEX triplet: 38, 40 and 1E. RGB value is (56,64,30). Sum of RGB (Red+Green+Blue) = 56+64+30=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #38401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38401E is #C7BFE1. Grayscale: #393939. Windows color (decimal): -13090786 or 1982520. OLE color: 1982520.
HSL color Cylindrical-coordinate representation of color #38401E: hue angle of 74.12º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38401E is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 64 | 30 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.75 |
| HSL | 74.12º | 0.36% | 0.18% | - |
| HSV(B) | 74.12º | 0.53% | 0.25% | - |
| XYZ | 3.7 | 4.6 | 1.92 | - |
| YUV | 57.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 30 | 0.13 | 0 | 0.53 | 0.75 | 74.12 | 0.36 | 0.18 |
| Hex | 38 | 40 | 1E | D | 0 | 35 | 4B | 4A | 24 | 12 |
| Octal | 70 | 100 | 36 | 15 | 0 | 65 | 113 | 112 | 44 | 22 |
| Binary | 111000 | 1000000 | 11110 | 1101 | 0 | 110101 | 1001011 | 1001010 | 100100 | 10010 |
Color Harmonies of #38401E
Complementary color
Monochromatic Colors of #38401E
Black with #38401E
Text Example
Text Example
White with #38401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38401E; }
p { color: rgb(56,64,30); }
H1.HeaderClassName
{
color: #38401E;
}
.AnyTagClassName
{
color: #38401E;
}
</style>
background-color css
<style>
a { background-color: #38401E; }
a { background-color: rgb(56,64,30); }
div.DivClassName
{
background-color: #38401E;
}
.BgClassName
{
background-color: #38401E;
}
</style>
border-color css
<style>
span { border-color: #38401E; }
span { border-color: rgb(56,64,30); }
td.TdClassName
{
border-color: #38401E;
}
.TagClassName
{
border-color: #38401E;
}
</style>