Shades of Turtle Green #384007
Tints of Turtle Green #384007
RGB
CMYK
RGB Variations
Color information
#384007 (or 0x384007) is known color: Turtle Green. HEX triplet: 38, 40 and 07. RGB value is (56,64,7). Sum of RGB (Red+Green+Blue) = 56+64+7=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #384007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384007 is #C7BFF8. Grayscale: #373737. Windows color (decimal): -13090809 or 475192. OLE color: 475192.
HSL color Cylindrical-coordinate representation of color #384007: hue angle of 68.42º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #384007 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 64 | 7 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.75 |
| HSL | 68.42º | 0.8% | 0.14% | - |
| HSV(B) | 68.42º | 0.89% | 0.25% | - |
| XYZ | 3.5 | 4.52 | 0.89 | - |
| YUV | 55.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 7 | 0.13 | 0 | 0.89 | 0.75 | 68.42 | 0.8 | 0.14 |
| Hex | 38 | 40 | 7 | D | 0 | 59 | 4B | 44 | 50 | E |
| Octal | 70 | 100 | 7 | 15 | 0 | 131 | 113 | 104 | 120 | 16 |
| Binary | 111000 | 1000000 | 111 | 1101 | 0 | 1011001 | 1001011 | 1000100 | 1010000 | 1110 |
Color Harmonies of #384007
Complementary color
Monochromatic Colors of #384007
Black with #384007
Text Example
Text Example
White with #384007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384007; }
p { color: rgb(56,64,7); }
H1.HeaderClassName
{
color: #384007;
}
.AnyTagClassName
{
color: #384007;
}
</style>
background-color css
<style>
a { background-color: #384007; }
a { background-color: rgb(56,64,7); }
div.DivClassName
{
background-color: #384007;
}
.BgClassName
{
background-color: #384007;
}
</style>
border-color css
<style>
span { border-color: #384007; }
span { border-color: rgb(56,64,7); }
td.TdClassName
{
border-color: #384007;
}
.TagClassName
{
border-color: #384007;
}
</style>