Shades of Turtle Green #38440B
Tints of Turtle Green #38440B
RGB
CMYK
RGB Variations
Color information
#38440B (or 0x38440B) is known color: Turtle Green. HEX triplet: 38, 44 and 0B. RGB value is (56,68,11). Sum of RGB (Red+Green+Blue) = 56+68+11=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #38440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38440B is #C7BBF4. Grayscale: #3A3A3A. Windows color (decimal): -13089781 or 738360. OLE color: 738360.
HSL color Cylindrical-coordinate representation of color #38440B: hue angle of 72.63º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38440B is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 68 | 11 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.73 |
| HSL | 72.63º | 0.72% | 0.15% | - |
| HSV(B) | 72.63º | 0.84% | 0.27% | - |
| XYZ | 3.76 | 5 | 1.08 | - |
| YUV | 57.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 11 | 0.18 | 0 | 0.84 | 0.73 | 72.63 | 0.72 | 0.15 |
| Hex | 38 | 44 | B | 12 | 0 | 54 | 49 | 49 | 48 | F |
| Octal | 70 | 104 | 13 | 22 | 0 | 124 | 111 | 111 | 110 | 17 |
| Binary | 111000 | 1000100 | 1011 | 10010 | 0 | 1010100 | 1001001 | 1001001 | 1001000 | 1111 |
Color Harmonies of #38440B
Complementary color
Monochromatic Colors of #38440B
Black with #38440B
Text Example
Text Example
White with #38440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38440B; }
p { color: rgb(56,68,11); }
H1.HeaderClassName
{
color: #38440B;
}
.AnyTagClassName
{
color: #38440B;
}
</style>
background-color css
<style>
a { background-color: #38440B; }
a { background-color: rgb(56,68,11); }
div.DivClassName
{
background-color: #38440B;
}
.BgClassName
{
background-color: #38440B;
}
</style>
border-color css
<style>
span { border-color: #38440B; }
span { border-color: rgb(56,68,11); }
td.TdClassName
{
border-color: #38440B;
}
.TagClassName
{
border-color: #38440B;
}
</style>