Shades of Turtle Green #384606
Tints of Turtle Green #384606
RGB
CMYK
RGB Variations
Color information
#384606 (or 0x384606) is known color: Turtle Green. HEX triplet: 38, 46 and 06. RGB value is (56,70,6). Sum of RGB (Red+Green+Blue) = 56+70+6=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #384606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384606 is #C7B9F9. Grayscale: #3A3A3A. Windows color (decimal): -13089274 or 411192. OLE color: 411192.
HSL color Cylindrical-coordinate representation of color #384606: hue angle of 73.12º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #384606 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 6 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.73 |
| HSL | 73.13º | 0.84% | 0.15% | - |
| HSV(B) | 73.13º | 0.91% | 0.27% | - |
| XYZ | 3.85 | 5.23 | 0.98 | - |
| YUV | 58.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 6 | 0.20 | 0 | 0.91 | 0.73 | 73.13 | 0.84 | 0.15 |
| Hex | 38 | 46 | 6 | 14 | 0 | 5B | 49 | 49 | 54 | F |
| Octal | 70 | 106 | 6 | 24 | 0 | 133 | 111 | 111 | 124 | 17 |
| Binary | 111000 | 1000110 | 110 | 10100 | 0 | 1011011 | 1001001 | 1001001 | 1010100 | 1111 |
Color Harmonies of #384606
Complementary color
Monochromatic Colors of #384606
Black with #384606
Text Example
Text Example
White with #384606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384606; }
p { color: rgb(56,70,6); }
H1.HeaderClassName
{
color: #384606;
}
.AnyTagClassName
{
color: #384606;
}
</style>
background-color css
<style>
a { background-color: #384606; }
a { background-color: rgb(56,70,6); }
div.DivClassName
{
background-color: #384606;
}
.BgClassName
{
background-color: #384606;
}
</style>
border-color css
<style>
span { border-color: #384606; }
span { border-color: rgb(56,70,6); }
td.TdClassName
{
border-color: #384606;
}
.TagClassName
{
border-color: #384606;
}
</style>