Shades of Turtle Green #384104
Tints of Turtle Green #384104
RGB
CMYK
RGB Variations
Color information
#384104 (or 0x384104) is known color: Turtle Green. HEX triplet: 38, 41 and 04. RGB value is (56,65,4). Sum of RGB (Red+Green+Blue) = 56+65+4=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #384104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384104 is #C7BEFB. Grayscale: #373737. Windows color (decimal): -13090556 or 278840. OLE color: 278840.
HSL color Cylindrical-coordinate representation of color #384104: hue angle of 68.85º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #384104 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 65 | 4 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.75 |
| HSL | 68.85º | 0.88% | 0.14% | - |
| HSV(B) | 68.85º | 0.94% | 0.25% | - |
| XYZ | 3.54 | 4.63 | 0.82 | - |
| YUV | 55.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 4 | 0.14 | 0 | 0.94 | 0.75 | 68.85 | 0.88 | 0.14 |
| Hex | 38 | 41 | 4 | E | 0 | 5E | 4B | 45 | 58 | E |
| Octal | 70 | 101 | 4 | 16 | 0 | 136 | 113 | 105 | 130 | 16 |
| Binary | 111000 | 1000001 | 100 | 1110 | 0 | 1011110 | 1001011 | 1000101 | 1011000 | 1110 |
Color Harmonies of #384104
Complementary color
Monochromatic Colors of #384104
Black with #384104
Text Example
Text Example
White with #384104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384104; }
p { color: rgb(56,65,4); }
H1.HeaderClassName
{
color: #384104;
}
.AnyTagClassName
{
color: #384104;
}
</style>
background-color css
<style>
a { background-color: #384104; }
a { background-color: rgb(56,65,4); }
div.DivClassName
{
background-color: #384104;
}
.BgClassName
{
background-color: #384104;
}
</style>
border-color css
<style>
span { border-color: #384104; }
span { border-color: rgb(56,65,4); }
td.TdClassName
{
border-color: #384104;
}
.TagClassName
{
border-color: #384104;
}
</style>