Shades of Turtle Green #334503
Tints of Turtle Green #334503
RGB
CMYK
RGB Variations
Color information
#334503 (or 0x334503) is known color: Turtle Green. HEX triplet: 33, 45 and 03. RGB value is (51,69,3). Sum of RGB (Red+Green+Blue) = 51+69+3=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #334503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334503 is #CCBAFC. Grayscale: #383838. Windows color (decimal): -13417213 or 214323. OLE color: 214323.
HSL color Cylindrical-coordinate representation of color #334503: hue angle of 76.36º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #334503 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 69 | 3 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.73 |
| HSL | 76.36º | 0.92% | 0.14% | - |
| HSV(B) | 76.36º | 0.96% | 0.27% | - |
| XYZ | 3.51 | 4.97 | 0.86 | - |
| YUV | 56.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 3 | 0.26 | 0 | 0.96 | 0.73 | 76.36 | 0.92 | 0.14 |
| Hex | 33 | 45 | 3 | 1A | 0 | 60 | 49 | 4C | 5C | E |
| Octal | 63 | 105 | 3 | 32 | 0 | 140 | 111 | 114 | 134 | 16 |
| Binary | 110011 | 1000101 | 11 | 11010 | 0 | 1100000 | 1001001 | 1001100 | 1011100 | 1110 |
Color Harmonies of #334503
Complementary color
Monochromatic Colors of #334503
Black with #334503
Text Example
Text Example
White with #334503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334503; }
p { color: rgb(51,69,3); }
H1.HeaderClassName
{
color: #334503;
}
.AnyTagClassName
{
color: #334503;
}
</style>
background-color css
<style>
a { background-color: #334503; }
a { background-color: rgb(51,69,3); }
div.DivClassName
{
background-color: #334503;
}
.BgClassName
{
background-color: #334503;
}
</style>
border-color css
<style>
span { border-color: #334503; }
span { border-color: rgb(51,69,3); }
td.TdClassName
{
border-color: #334503;
}
.TagClassName
{
border-color: #334503;
}
</style>