Shades of Turtle Green #334507
Tints of Turtle Green #334507
RGB
CMYK
RGB Variations
Color information
#334507 (or 0x334507) is known color: Turtle Green. HEX triplet: 33, 45 and 07. RGB value is (51,69,7). Sum of RGB (Red+Green+Blue) = 51+69+7=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #334507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334507 is #CCBAF8. Grayscale: #383838. Windows color (decimal): -13417209 or 476467. OLE color: 476467.
HSL color Cylindrical-coordinate representation of color #334507: hue angle of 77.42º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #334507 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 69 | 7 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.73 |
| HSL | 77.42º | 0.82% | 0.15% | - |
| HSV(B) | 77.42º | 0.9% | 0.27% | - |
| XYZ | 3.53 | 4.98 | 0.98 | - |
| YUV | 56.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 7 | 0.26 | 0 | 0.90 | 0.73 | 77.42 | 0.82 | 0.15 |
| Hex | 33 | 45 | 7 | 1A | 0 | 5A | 49 | 4D | 52 | F |
| Octal | 63 | 105 | 7 | 32 | 0 | 132 | 111 | 115 | 122 | 17 |
| Binary | 110011 | 1000101 | 111 | 11010 | 0 | 1011010 | 1001001 | 1001101 | 1010010 | 1111 |
Color Harmonies of #334507
Complementary color
Monochromatic Colors of #334507
Black with #334507
Text Example
Text Example
White with #334507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334507; }
p { color: rgb(51,69,7); }
H1.HeaderClassName
{
color: #334507;
}
.AnyTagClassName
{
color: #334507;
}
</style>
background-color css
<style>
a { background-color: #334507; }
a { background-color: rgb(51,69,7); }
div.DivClassName
{
background-color: #334507;
}
.BgClassName
{
background-color: #334507;
}
</style>
border-color css
<style>
span { border-color: #334507; }
span { border-color: rgb(51,69,7); }
td.TdClassName
{
border-color: #334507;
}
.TagClassName
{
border-color: #334507;
}
</style>