Shades of Turtle Green #384C07
Tints of Turtle Green #384C07
RGB
CMYK
RGB Variations
Color information
#384C07 (or 0x384C07) is known color: Turtle Green. HEX triplet: 38, 4C and 07. RGB value is (56,76,7). Sum of RGB (Red+Green+Blue) = 56+76+7=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #384C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384C07 is #C7B3F8. Grayscale: #3E3E3E. Windows color (decimal): -13087737 or 478264. OLE color: 478264.
HSL color Cylindrical-coordinate representation of color #384C07: hue angle of 77.39º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #384C07 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 76 | 7 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.70 |
| HSL | 77.39º | 0.83% | 0.16% | - |
| HSV(B) | 77.39º | 0.91% | 0.3% | - |
| XYZ | 4.25 | 6.02 | 1.14 | - |
| YUV | 62.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 7 | 0.26 | 0 | 0.91 | 0.70 | 77.39 | 0.83 | 0.16 |
| Hex | 38 | 4C | 7 | 1A | 0 | 5B | 46 | 4D | 53 | 10 |
| Octal | 70 | 114 | 7 | 32 | 0 | 133 | 106 | 115 | 123 | 20 |
| Binary | 111000 | 1001100 | 111 | 11010 | 0 | 1011011 | 1000110 | 1001101 | 1010011 | 10000 |
Color Harmonies of #384C07
Complementary color
Monochromatic Colors of #384C07
Black with #384C07
Text Example
Text Example
White with #384C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C07; }
p { color: rgb(56,76,7); }
H1.HeaderClassName
{
color: #384C07;
}
.AnyTagClassName
{
color: #384C07;
}
</style>
background-color css
<style>
a { background-color: #384C07; }
a { background-color: rgb(56,76,7); }
div.DivClassName
{
background-color: #384C07;
}
.BgClassName
{
background-color: #384C07;
}
</style>
border-color css
<style>
span { border-color: #384C07; }
span { border-color: rgb(56,76,7); }
td.TdClassName
{
border-color: #384C07;
}
.TagClassName
{
border-color: #384C07;
}
</style>