Shades of Turtle Green #334102
Tints of Turtle Green #334102
RGB
CMYK
RGB Variations
Color information
#334102 (or 0x334102) is known color: Turtle Green. HEX triplet: 33, 41 and 02. RGB value is (51,65,2). Sum of RGB (Red+Green+Blue) = 51+65+2=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #334102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334102 is #CCBEFD. Grayscale: #353535. Windows color (decimal): -13418238 or 147763. OLE color: 147763.
HSL color Cylindrical-coordinate representation of color #334102: hue angle of 73.33º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #334102 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 2 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.75 |
| HSL | 73.33º | 0.94% | 0.13% | - |
| HSV(B) | 73.33º | 0.97% | 0.25% | - |
| XYZ | 3.27 | 4.49 | 0.75 | - |
| YUV | 53.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 2 | 0.22 | 0 | 0.97 | 0.75 | 73.33 | 0.94 | 0.13 |
| Hex | 33 | 41 | 2 | 16 | 0 | 61 | 4B | 49 | 5E | D |
| Octal | 63 | 101 | 2 | 26 | 0 | 141 | 113 | 111 | 136 | 15 |
| Binary | 110011 | 1000001 | 10 | 10110 | 0 | 1100001 | 1001011 | 1001001 | 1011110 | 1101 |
Color Harmonies of #334102
Complementary color
Monochromatic Colors of #334102
Black with #334102
Text Example
Text Example
White with #334102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334102; }
p { color: rgb(51,65,2); }
H1.HeaderClassName
{
color: #334102;
}
.AnyTagClassName
{
color: #334102;
}
</style>
background-color css
<style>
a { background-color: #334102; }
a { background-color: rgb(51,65,2); }
div.DivClassName
{
background-color: #334102;
}
.BgClassName
{
background-color: #334102;
}
</style>
border-color css
<style>
span { border-color: #334102; }
span { border-color: rgb(51,65,2); }
td.TdClassName
{
border-color: #334102;
}
.TagClassName
{
border-color: #334102;
}
</style>