Shades of Turtle Green #384609
Tints of Turtle Green #384609
RGB
CMYK
RGB Variations
Color information
#384609 (or 0x384609) is known color: Turtle Green. HEX triplet: 38, 46 and 09. RGB value is (56,70,9). Sum of RGB (Red+Green+Blue) = 56+70+9=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #384609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384609 is #C7B9F6. Grayscale: #3B3B3B. Windows color (decimal): -13089271 or 607800. OLE color: 607800.
HSL color Cylindrical-coordinate representation of color #384609: hue angle of 73.77º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #384609 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 9 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.73 |
| HSL | 73.77º | 0.77% | 0.15% | - |
| HSV(B) | 73.77º | 0.87% | 0.27% | - |
| XYZ | 3.87 | 5.24 | 1.07 | - |
| YUV | 58.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 9 | 0.20 | 0 | 0.87 | 0.73 | 73.77 | 0.77 | 0.15 |
| Hex | 38 | 46 | 9 | 14 | 0 | 57 | 49 | 4A | 4D | F |
| Octal | 70 | 106 | 11 | 24 | 0 | 127 | 111 | 112 | 115 | 17 |
| Binary | 111000 | 1000110 | 1001 | 10100 | 0 | 1010111 | 1001001 | 1001010 | 1001101 | 1111 |
Color Harmonies of #384609
Complementary color
Monochromatic Colors of #384609
Black with #384609
Text Example
Text Example
White with #384609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384609; }
p { color: rgb(56,70,9); }
H1.HeaderClassName
{
color: #384609;
}
.AnyTagClassName
{
color: #384609;
}
</style>
background-color css
<style>
a { background-color: #384609; }
a { background-color: rgb(56,70,9); }
div.DivClassName
{
background-color: #384609;
}
.BgClassName
{
background-color: #384609;
}
</style>
border-color css
<style>
span { border-color: #384609; }
span { border-color: rgb(56,70,9); }
td.TdClassName
{
border-color: #384609;
}
.TagClassName
{
border-color: #384609;
}
</style>