Shades of Turtle Green #384B0B
Tints of Turtle Green #384B0B
RGB
CMYK
RGB Variations
Color information
#384B0B (or 0x384B0B) is known color: Turtle Green. HEX triplet: 38, 4B and 0B. RGB value is (56,75,11). Sum of RGB (Red+Green+Blue) = 56+75+11=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #384B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B0B is #C7B4F4. Grayscale: #3E3E3E. Windows color (decimal): -13087989 or 740152. OLE color: 740152.
HSL color Cylindrical-coordinate representation of color #384B0B: hue angle of 77.81º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #384B0B is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 11 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.71 |
| HSL | 77.81º | 0.74% | 0.17% | - |
| HSV(B) | 77.81º | 0.85% | 0.29% | - |
| XYZ | 4.21 | 5.9 | 1.23 | - |
| YUV | 62.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 11 | 0.25 | 0 | 0.85 | 0.71 | 77.81 | 0.74 | 0.17 |
| Hex | 38 | 4B | B | 19 | 0 | 55 | 47 | 4E | 4A | 11 |
| Octal | 70 | 113 | 13 | 31 | 0 | 125 | 107 | 116 | 112 | 21 |
| Binary | 111000 | 1001011 | 1011 | 11001 | 0 | 1010101 | 1000111 | 1001110 | 1001010 | 10001 |
Color Harmonies of #384B0B
Complementary color
Monochromatic Colors of #384B0B
Black with #384B0B
Text Example
Text Example
White with #384B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B0B; }
p { color: rgb(56,75,11); }
H1.HeaderClassName
{
color: #384B0B;
}
.AnyTagClassName
{
color: #384B0B;
}
</style>
background-color css
<style>
a { background-color: #384B0B; }
a { background-color: rgb(56,75,11); }
div.DivClassName
{
background-color: #384B0B;
}
.BgClassName
{
background-color: #384B0B;
}
</style>
border-color css
<style>
span { border-color: #384B0B; }
span { border-color: rgb(56,75,11); }
td.TdClassName
{
border-color: #384B0B;
}
.TagClassName
{
border-color: #384B0B;
}
</style>