Shades of Turtle Green #333705
Tints of Turtle Green #333705
RGB
CMYK
RGB Variations
Color information
#333705 (or 0x333705) is known color: Turtle Green. HEX triplet: 33, 37 and 05. RGB value is (51,55,5). Sum of RGB (Red+Green+Blue) = 51+55+5=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #333705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333705 is #CCC8FA. Grayscale: #303030. Windows color (decimal): -13420795 or 341811. OLE color: 341811.
HSL color Cylindrical-coordinate representation of color #333705: hue angle of 64.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #333705 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 55 | 5 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.78 |
| HSL | 64.8º | 0.83% | 0.12% | - |
| HSV(B) | 64.8º | 0.91% | 0.22% | - |
| XYZ | 2.76 | 3.45 | 0.66 | - |
| YUV | 48.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 5 | 0.07 | 0 | 0.91 | 0.78 | 64.8 | 0.83 | 0.12 |
| Hex | 33 | 37 | 5 | 7 | 0 | 5B | 4E | 41 | 53 | C |
| Octal | 63 | 67 | 5 | 7 | 0 | 133 | 116 | 101 | 123 | 14 |
| Binary | 110011 | 110111 | 101 | 111 | 0 | 1011011 | 1001110 | 1000001 | 1010011 | 1100 |
Color Harmonies of #333705
Complementary color
Monochromatic Colors of #333705
Black with #333705
Text Example
Text Example
White with #333705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333705; }
p { color: rgb(51,55,5); }
H1.HeaderClassName
{
color: #333705;
}
.AnyTagClassName
{
color: #333705;
}
</style>
background-color css
<style>
a { background-color: #333705; }
a { background-color: rgb(51,55,5); }
div.DivClassName
{
background-color: #333705;
}
.BgClassName
{
background-color: #333705;
}
</style>
border-color css
<style>
span { border-color: #333705; }
span { border-color: rgb(51,55,5); }
td.TdClassName
{
border-color: #333705;
}
.TagClassName
{
border-color: #333705;
}
</style>