Shades of Turtle Green #38401D
Tints of Turtle Green #38401D
RGB
CMYK
RGB Variations
Color information
#38401D (or 0x38401D) is known color: Turtle Green. HEX triplet: 38, 40 and 1D. RGB value is (56,64,29). Sum of RGB (Red+Green+Blue) = 56+64+29=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #38401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38401D is #C7BFE2. Grayscale: #393939. Windows color (decimal): -13090787 or 1916984. OLE color: 1916984.
HSL color Cylindrical-coordinate representation of color #38401D: hue angle of 73.71º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38401D is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 64 | 29 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.75 |
| HSL | 73.71º | 0.38% | 0.18% | - |
| HSV(B) | 73.71º | 0.55% | 0.25% | - |
| XYZ | 3.69 | 4.6 | 1.86 | - |
| YUV | 57.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 29 | 0.13 | 0 | 0.55 | 0.75 | 73.71 | 0.38 | 0.18 |
| Hex | 38 | 40 | 1D | D | 0 | 37 | 4B | 4A | 26 | 12 |
| Octal | 70 | 100 | 35 | 15 | 0 | 67 | 113 | 112 | 46 | 22 |
| Binary | 111000 | 1000000 | 11101 | 1101 | 0 | 110111 | 1001011 | 1001010 | 100110 | 10010 |
Color Harmonies of #38401D
Complementary color
Monochromatic Colors of #38401D
Black with #38401D
Text Example
Text Example
White with #38401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38401D; }
p { color: rgb(56,64,29); }
H1.HeaderClassName
{
color: #38401D;
}
.AnyTagClassName
{
color: #38401D;
}
</style>
background-color css
<style>
a { background-color: #38401D; }
a { background-color: rgb(56,64,29); }
div.DivClassName
{
background-color: #38401D;
}
.BgClassName
{
background-color: #38401D;
}
</style>
border-color css
<style>
span { border-color: #38401D; }
span { border-color: rgb(56,64,29); }
td.TdClassName
{
border-color: #38401D;
}
.TagClassName
{
border-color: #38401D;
}
</style>