Shades of Turtle Green #38481D
Tints of Turtle Green #38481D
RGB
CMYK
RGB Variations
Color information
#38481D (or 0x38481D) is known color: Turtle Green. HEX triplet: 38, 48 and 1D. RGB value is (56,72,29). Sum of RGB (Red+Green+Blue) = 56+72+29=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #38481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38481D is #C7B7E2. Grayscale: #3E3E3E. Windows color (decimal): -13088739 or 1919032. OLE color: 1919032.
HSL color Cylindrical-coordinate representation of color #38481D: hue angle of 82.33º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38481D is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 72 | 29 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.72 |
| HSL | 82.33º | 0.43% | 0.2% | - |
| HSV(B) | 82.33º | 0.6% | 0.28% | - |
| XYZ | 4.17 | 5.56 | 2.02 | - |
| YUV | 62.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 29 | 0.22 | 0 | 0.60 | 0.72 | 82.33 | 0.43 | 0.2 |
| Hex | 38 | 48 | 1D | 16 | 0 | 3C | 48 | 52 | 2B | 14 |
| Octal | 70 | 110 | 35 | 26 | 0 | 74 | 110 | 122 | 53 | 24 |
| Binary | 111000 | 1001000 | 11101 | 10110 | 0 | 111100 | 1001000 | 1010010 | 101011 | 10100 |
Color Harmonies of #38481D
Complementary color
Monochromatic Colors of #38481D
Black with #38481D
Text Example
Text Example
White with #38481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38481D; }
p { color: rgb(56,72,29); }
H1.HeaderClassName
{
color: #38481D;
}
.AnyTagClassName
{
color: #38481D;
}
</style>
background-color css
<style>
a { background-color: #38481D; }
a { background-color: rgb(56,72,29); }
div.DivClassName
{
background-color: #38481D;
}
.BgClassName
{
background-color: #38481D;
}
</style>
border-color css
<style>
span { border-color: #38481D; }
span { border-color: rgb(56,72,29); }
td.TdClassName
{
border-color: #38481D;
}
.TagClassName
{
border-color: #38481D;
}
</style>