Shades of Turtle Green #384106
Tints of Turtle Green #384106
RGB
CMYK
RGB Variations
Color information
#384106 (or 0x384106) is known color: Turtle Green. HEX triplet: 38, 41 and 06. RGB value is (56,65,6). Sum of RGB (Red+Green+Blue) = 56+65+6=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #384106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384106 is #C7BEF9. Grayscale: #373737. Windows color (decimal): -13090554 or 409912. OLE color: 409912.
HSL color Cylindrical-coordinate representation of color #384106: hue angle of 69.15º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #384106 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 65 | 6 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.75 |
| HSL | 69.15º | 0.83% | 0.14% | - |
| HSV(B) | 69.15º | 0.91% | 0.25% | - |
| XYZ | 3.55 | 4.63 | 0.88 | - |
| YUV | 55.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 6 | 0.14 | 0 | 0.91 | 0.75 | 69.15 | 0.83 | 0.14 |
| Hex | 38 | 41 | 6 | E | 0 | 5B | 4B | 45 | 53 | E |
| Octal | 70 | 101 | 6 | 16 | 0 | 133 | 113 | 105 | 123 | 16 |
| Binary | 111000 | 1000001 | 110 | 1110 | 0 | 1011011 | 1001011 | 1000101 | 1010011 | 1110 |
Color Harmonies of #384106
Complementary color
Monochromatic Colors of #384106
Black with #384106
Text Example
Text Example
White with #384106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384106; }
p { color: rgb(56,65,6); }
H1.HeaderClassName
{
color: #384106;
}
.AnyTagClassName
{
color: #384106;
}
</style>
background-color css
<style>
a { background-color: #384106; }
a { background-color: rgb(56,65,6); }
div.DivClassName
{
background-color: #384106;
}
.BgClassName
{
background-color: #384106;
}
</style>
border-color css
<style>
span { border-color: #384106; }
span { border-color: rgb(56,65,6); }
td.TdClassName
{
border-color: #384106;
}
.TagClassName
{
border-color: #384106;
}
</style>