Shades of Turtle Green #334108
Tints of Turtle Green #334108
RGB
CMYK
RGB Variations
Color information
#334108 (or 0x334108) is known color: Turtle Green. HEX triplet: 33, 41 and 08. RGB value is (51,65,8). Sum of RGB (Red+Green+Blue) = 51+65+8=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #334108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334108 is #CCBEF7. Grayscale: #363636. Windows color (decimal): -13418232 or 540979. OLE color: 540979.
HSL color Cylindrical-coordinate representation of color #334108: hue angle of 74.74º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #334108 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 8 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.75 |
| HSL | 74.74º | 0.78% | 0.14% | - |
| HSV(B) | 74.74º | 0.88% | 0.25% | - |
| XYZ | 3.3 | 4.5 | 0.92 | - |
| YUV | 54.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 8 | 0.22 | 0 | 0.88 | 0.75 | 74.74 | 0.78 | 0.14 |
| Hex | 33 | 41 | 8 | 16 | 0 | 58 | 4B | 4B | 4E | E |
| Octal | 63 | 101 | 10 | 26 | 0 | 130 | 113 | 113 | 116 | 16 |
| Binary | 110011 | 1000001 | 1000 | 10110 | 0 | 1011000 | 1001011 | 1001011 | 1001110 | 1110 |
Color Harmonies of #334108
Complementary color
Monochromatic Colors of #334108
Black with #334108
Text Example
Text Example
White with #334108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334108; }
p { color: rgb(51,65,8); }
H1.HeaderClassName
{
color: #334108;
}
.AnyTagClassName
{
color: #334108;
}
</style>
background-color css
<style>
a { background-color: #334108; }
a { background-color: rgb(51,65,8); }
div.DivClassName
{
background-color: #334108;
}
.BgClassName
{
background-color: #334108;
}
</style>
border-color css
<style>
span { border-color: #334108; }
span { border-color: rgb(51,65,8); }
td.TdClassName
{
border-color: #334108;
}
.TagClassName
{
border-color: #334108;
}
</style>