Shades of Turtle Green #384120
Tints of Turtle Green #384120
RGB
CMYK
RGB Variations
Color information
#384120 (or 0x384120) is known color: Turtle Green. HEX triplet: 38, 41 and 20. RGB value is (56,65,32). Sum of RGB (Red+Green+Blue) = 56+65+32=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #384120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384120 is #C7BEDF. Grayscale: #3A3A3A. Windows color (decimal): -13090528 or 2113848. OLE color: 2113848.
HSL color Cylindrical-coordinate representation of color #384120: hue angle of 76.36º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #384120 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 65 | 32 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.75 |
| HSL | 76.36º | 0.34% | 0.19% | - |
| HSV(B) | 76.36º | 0.51% | 0.25% | - |
| XYZ | 3.78 | 4.73 | 2.08 | - |
| YUV | 58.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 32 | 0.14 | 0 | 0.51 | 0.75 | 76.36 | 0.34 | 0.19 |
| Hex | 38 | 41 | 20 | E | 0 | 33 | 4B | 4C | 22 | 13 |
| Octal | 70 | 101 | 40 | 16 | 0 | 63 | 113 | 114 | 42 | 23 |
| Binary | 111000 | 1000001 | 100000 | 1110 | 0 | 110011 | 1001011 | 1001100 | 100010 | 10011 |
Color Harmonies of #384120
Complementary color
Monochromatic Colors of #384120
Black with #384120
Text Example
Text Example
White with #384120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384120; }
p { color: rgb(56,65,32); }
H1.HeaderClassName
{
color: #384120;
}
.AnyTagClassName
{
color: #384120;
}
</style>
background-color css
<style>
a { background-color: #384120; }
a { background-color: rgb(56,65,32); }
div.DivClassName
{
background-color: #384120;
}
.BgClassName
{
background-color: #384120;
}
</style>
border-color css
<style>
span { border-color: #384120; }
span { border-color: rgb(56,65,32); }
td.TdClassName
{
border-color: #384120;
}
.TagClassName
{
border-color: #384120;
}
</style>