Shades of Turtle Green #384009
Tints of Turtle Green #384009
RGB
CMYK
RGB Variations
Color information
#384009 (or 0x384009) is known color: Turtle Green. HEX triplet: 38, 40 and 09. RGB value is (56,64,9). Sum of RGB (Red+Green+Blue) = 56+64+9=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #384009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384009 is #C7BFF6. Grayscale: #373737. Windows color (decimal): -13090807 or 606264. OLE color: 606264.
HSL color Cylindrical-coordinate representation of color #384009: hue angle of 68.73º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #384009 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 64 | 9 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.75 |
| HSL | 68.73º | 0.75% | 0.14% | - |
| HSV(B) | 68.73º | 0.86% | 0.25% | - |
| XYZ | 3.51 | 4.53 | 0.95 | - |
| YUV | 55.34 | 101.85 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 9 | 0.13 | 0 | 0.86 | 0.75 | 68.73 | 0.75 | 0.14 |
| Hex | 38 | 40 | 9 | D | 0 | 56 | 4B | 45 | 4B | E |
| Octal | 70 | 100 | 11 | 15 | 0 | 126 | 113 | 105 | 113 | 16 |
| Binary | 111000 | 1000000 | 1001 | 1101 | 0 | 1010110 | 1001011 | 1000101 | 1001011 | 1110 |
Color Harmonies of #384009
Complementary color
Monochromatic Colors of #384009
Black with #384009
Text Example
Text Example
White with #384009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384009; }
p { color: rgb(56,64,9); }
H1.HeaderClassName
{
color: #384009;
}
.AnyTagClassName
{
color: #384009;
}
</style>
background-color css
<style>
a { background-color: #384009; }
a { background-color: rgb(56,64,9); }
div.DivClassName
{
background-color: #384009;
}
.BgClassName
{
background-color: #384009;
}
</style>
border-color css
<style>
span { border-color: #384009; }
span { border-color: rgb(56,64,9); }
td.TdClassName
{
border-color: #384009;
}
.TagClassName
{
border-color: #384009;
}
</style>