Shades of Turtle Green #384C06
Tints of Turtle Green #384C06
RGB
CMYK
RGB Variations
Color information
#384C06 (or 0x384C06) is known color: Turtle Green. HEX triplet: 38, 4C and 06. RGB value is (56,76,6). Sum of RGB (Red+Green+Blue) = 56+76+6=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #384C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384C06 is #C7B3F9. Grayscale: #3E3E3E. Windows color (decimal): -13087738 or 412728. OLE color: 412728.
HSL color Cylindrical-coordinate representation of color #384C06: hue angle of 77.14º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #384C06 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 76 | 6 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.70 |
| HSL | 77.14º | 0.85% | 0.16% | - |
| HSV(B) | 77.14º | 0.92% | 0.3% | - |
| XYZ | 4.25 | 6.02 | 1.11 | - |
| YUV | 62.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 6 | 0.26 | 0 | 0.92 | 0.70 | 77.14 | 0.85 | 0.16 |
| Hex | 38 | 4C | 6 | 1A | 0 | 5C | 46 | 4D | 55 | 10 |
| Octal | 70 | 114 | 6 | 32 | 0 | 134 | 106 | 115 | 125 | 20 |
| Binary | 111000 | 1001100 | 110 | 11010 | 0 | 1011100 | 1000110 | 1001101 | 1010101 | 10000 |
Color Harmonies of #384C06
Complementary color
Monochromatic Colors of #384C06
Black with #384C06
Text Example
Text Example
White with #384C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C06; }
p { color: rgb(56,76,6); }
H1.HeaderClassName
{
color: #384C06;
}
.AnyTagClassName
{
color: #384C06;
}
</style>
background-color css
<style>
a { background-color: #384C06; }
a { background-color: rgb(56,76,6); }
div.DivClassName
{
background-color: #384C06;
}
.BgClassName
{
background-color: #384C06;
}
</style>
border-color css
<style>
span { border-color: #384C06; }
span { border-color: rgb(56,76,6); }
td.TdClassName
{
border-color: #384C06;
}
.TagClassName
{
border-color: #384C06;
}
</style>