Shades of Turtle Green #38490B
Tints of Turtle Green #38490B
RGB
CMYK
RGB Variations
Color information
#38490B (or 0x38490B) is known color: Turtle Green. HEX triplet: 38, 49 and 0B. RGB value is (56,73,11). Sum of RGB (Red+Green+Blue) = 56+73+11=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #38490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38490B is #C7B6F4. Grayscale: #3D3D3D. Windows color (decimal): -13088501 or 739640. OLE color: 739640.
HSL color Cylindrical-coordinate representation of color #38490B: hue angle of 76.45º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38490B is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 11 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.71 |
| HSL | 76.45º | 0.74% | 0.16% | - |
| HSV(B) | 76.45º | 0.85% | 0.29% | - |
| XYZ | 4.07 | 5.63 | 1.19 | - |
| YUV | 60.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 11 | 0.23 | 0 | 0.85 | 0.71 | 76.45 | 0.74 | 0.16 |
| Hex | 38 | 49 | B | 17 | 0 | 55 | 47 | 4C | 4A | 10 |
| Octal | 70 | 111 | 13 | 27 | 0 | 125 | 107 | 114 | 112 | 20 |
| Binary | 111000 | 1001001 | 1011 | 10111 | 0 | 1010101 | 1000111 | 1001100 | 1001010 | 10000 |
Color Harmonies of #38490B
Complementary color
Monochromatic Colors of #38490B
Black with #38490B
Text Example
Text Example
White with #38490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38490B; }
p { color: rgb(56,73,11); }
H1.HeaderClassName
{
color: #38490B;
}
.AnyTagClassName
{
color: #38490B;
}
</style>
background-color css
<style>
a { background-color: #38490B; }
a { background-color: rgb(56,73,11); }
div.DivClassName
{
background-color: #38490B;
}
.BgClassName
{
background-color: #38490B;
}
</style>
border-color css
<style>
span { border-color: #38490B; }
span { border-color: rgb(56,73,11); }
td.TdClassName
{
border-color: #38490B;
}
.TagClassName
{
border-color: #38490B;
}
</style>