Shades of Turtle Green #334200
Tints of Turtle Green #334200
RGB
CMYK
RGB Variations
Color information
#334200 (or 0x334200) is known color: Turtle Green. HEX triplet: 33, 42 and 00. RGB value is (51,66,0). Sum of RGB (Red+Green+Blue) = 51+66+0=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #334200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334200 is #CCBDFF. Grayscale: #363636. Windows color (decimal): -13417984 or 16947. OLE color: 16947.
HSL color Cylindrical-coordinate representation of color #334200: hue angle of 73.64º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #334200 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 66 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.74 |
| HSL | 73.64º | 1% | 0.13% | - |
| HSV(B) | 73.64º | 1% | 0.26% | - |
| XYZ | 3.31 | 4.6 | 0.71 | - |
| YUV | 53.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 0 | 0.23 | 0 | 1 | 0.74 | 73.64 | 1 | 0.13 |
| Hex | 33 | 42 | 0 | 17 | 0 | 64 | 4A | 4A | 64 | D |
| Octal | 63 | 102 | 0 | 27 | 0 | 144 | 112 | 112 | 144 | 15 |
| Binary | 110011 | 1000010 | 0 | 10111 | 0 | 1100100 | 1001010 | 1001010 | 1100100 | 1101 |
Color Harmonies of #334200
Complementary color
Monochromatic Colors of #334200
Black with #334200
Text Example
Text Example
White with #334200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334200; }
p { color: rgb(51,66,0); }
H1.HeaderClassName
{
color: #334200;
}
.AnyTagClassName
{
color: #334200;
}
</style>
background-color css
<style>
a { background-color: #334200; }
a { background-color: rgb(51,66,0); }
div.DivClassName
{
background-color: #334200;
}
.BgClassName
{
background-color: #334200;
}
</style>
border-color css
<style>
span { border-color: #334200; }
span { border-color: rgb(51,66,0); }
td.TdClassName
{
border-color: #334200;
}
.TagClassName
{
border-color: #334200;
}
</style>