Shades of Turtle Green #38481B
Tints of Turtle Green #38481B
RGB
CMYK
RGB Variations
Color information
#38481B (or 0x38481B) is known color: Turtle Green. HEX triplet: 38, 48 and 1B. RGB value is (56,72,27). Sum of RGB (Red+Green+Blue) = 56+72+27=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #38481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38481B is #C7B7E4. Grayscale: #3E3E3E. Windows color (decimal): -13088741 or 1787960. OLE color: 1787960.
HSL color Cylindrical-coordinate representation of color #38481B: hue angle of 81.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38481B is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 72 | 27 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.72 |
| HSL | 81.33º | 0.45% | 0.19% | - |
| HSV(B) | 81.33º | 0.63% | 0.28% | - |
| XYZ | 4.15 | 5.55 | 1.89 | - |
| YUV | 62.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 27 | 0.22 | 0 | 0.62 | 0.72 | 81.33 | 0.45 | 0.19 |
| Hex | 38 | 48 | 1B | 16 | 0 | 3E | 48 | 51 | 2D | 13 |
| Octal | 70 | 110 | 33 | 26 | 0 | 76 | 110 | 121 | 55 | 23 |
| Binary | 111000 | 1001000 | 11011 | 10110 | 0 | 111110 | 1001000 | 1010001 | 101101 | 10011 |
Color Harmonies of #38481B
Complementary color
Monochromatic Colors of #38481B
Black with #38481B
Text Example
Text Example
White with #38481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38481B; }
p { color: rgb(56,72,27); }
H1.HeaderClassName
{
color: #38481B;
}
.AnyTagClassName
{
color: #38481B;
}
</style>
background-color css
<style>
a { background-color: #38481B; }
a { background-color: rgb(56,72,27); }
div.DivClassName
{
background-color: #38481B;
}
.BgClassName
{
background-color: #38481B;
}
</style>
border-color css
<style>
span { border-color: #38481B; }
span { border-color: rgb(56,72,27); }
td.TdClassName
{
border-color: #38481B;
}
.TagClassName
{
border-color: #38481B;
}
</style>