Shades of Turtle Green #384407
Tints of Turtle Green #384407
RGB
CMYK
RGB Variations
Color information
#384407 (or 0x384407) is known color: Turtle Green. HEX triplet: 38, 44 and 07. RGB value is (56,68,7). Sum of RGB (Red+Green+Blue) = 56+68+7=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #384407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384407 is #C7BBF8. Grayscale: #393939. Windows color (decimal): -13089785 or 476216. OLE color: 476216.
HSL color Cylindrical-coordinate representation of color #384407: hue angle of 71.8º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #384407 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 68 | 7 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.73 |
| HSL | 71.8º | 0.81% | 0.15% | - |
| HSV(B) | 71.8º | 0.9% | 0.27% | - |
| XYZ | 3.74 | 4.99 | 0.97 | - |
| YUV | 57.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 7 | 0.18 | 0 | 0.90 | 0.73 | 71.8 | 0.81 | 0.15 |
| Hex | 38 | 44 | 7 | 12 | 0 | 5A | 49 | 48 | 51 | F |
| Octal | 70 | 104 | 7 | 22 | 0 | 132 | 111 | 110 | 121 | 17 |
| Binary | 111000 | 1000100 | 111 | 10010 | 0 | 1011010 | 1001001 | 1001000 | 1010001 | 1111 |
Color Harmonies of #384407
Complementary color
Monochromatic Colors of #384407
Black with #384407
Text Example
Text Example
White with #384407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384407; }
p { color: rgb(56,68,7); }
H1.HeaderClassName
{
color: #384407;
}
.AnyTagClassName
{
color: #384407;
}
</style>
background-color css
<style>
a { background-color: #384407; }
a { background-color: rgb(56,68,7); }
div.DivClassName
{
background-color: #384407;
}
.BgClassName
{
background-color: #384407;
}
</style>
border-color css
<style>
span { border-color: #384407; }
span { border-color: rgb(56,68,7); }
td.TdClassName
{
border-color: #384407;
}
.TagClassName
{
border-color: #384407;
}
</style>