Shades of Turtle Green #38481C
Tints of Turtle Green #38481C
RGB
CMYK
RGB Variations
Color information
#38481C (or 0x38481C) is known color: Turtle Green. HEX triplet: 38, 48 and 1C. RGB value is (56,72,28). Sum of RGB (Red+Green+Blue) = 56+72+28=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #38481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38481C is #C7B7E3. Grayscale: #3E3E3E. Windows color (decimal): -13088740 or 1853496. OLE color: 1853496.
HSL color Cylindrical-coordinate representation of color #38481C: hue angle of 81.82º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38481C is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 72 | 28 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.72 |
| HSL | 81.82º | 0.44% | 0.2% | - |
| HSV(B) | 81.82º | 0.61% | 0.28% | - |
| XYZ | 4.16 | 5.56 | 1.95 | - |
| YUV | 62.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 28 | 0.22 | 0 | 0.61 | 0.72 | 81.82 | 0.44 | 0.2 |
| Hex | 38 | 48 | 1C | 16 | 0 | 3D | 48 | 52 | 2C | 14 |
| Octal | 70 | 110 | 34 | 26 | 0 | 75 | 110 | 122 | 54 | 24 |
| Binary | 111000 | 1001000 | 11100 | 10110 | 0 | 111101 | 1001000 | 1010010 | 101100 | 10100 |
Color Harmonies of #38481C
Complementary color
Monochromatic Colors of #38481C
Black with #38481C
Text Example
Text Example
White with #38481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38481C; }
p { color: rgb(56,72,28); }
H1.HeaderClassName
{
color: #38481C;
}
.AnyTagClassName
{
color: #38481C;
}
</style>
background-color css
<style>
a { background-color: #38481C; }
a { background-color: rgb(56,72,28); }
div.DivClassName
{
background-color: #38481C;
}
.BgClassName
{
background-color: #38481C;
}
</style>
border-color css
<style>
span { border-color: #38481C; }
span { border-color: rgb(56,72,28); }
td.TdClassName
{
border-color: #38481C;
}
.TagClassName
{
border-color: #38481C;
}
</style>