Shades of Turtle Green #335306
Tints of Turtle Green #335306
RGB
CMYK
RGB Variations
Color information
#335306 (or 0x335306) is known color: Turtle Green. HEX triplet: 33, 53 and 06. RGB value is (51,83,6). Sum of RGB (Red+Green+Blue) = 51+83+6=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #335306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335306 is #CCACF9. Grayscale: #404040. Windows color (decimal): -13413626 or 414515. OLE color: 414515.
HSL color Cylindrical-coordinate representation of color #335306: hue angle of 84.94º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #335306 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 6 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.67 |
| HSL | 84.94º | 0.87% | 0.17% | - |
| HSV(B) | 84.94º | 0.93% | 0.33% | - |
| XYZ | 4.49 | 6.9 | 1.27 | - |
| YUV | 64.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 6 | 0.39 | 0 | 0.93 | 0.67 | 84.94 | 0.87 | 0.17 |
| Hex | 33 | 53 | 6 | 27 | 0 | 5D | 43 | 55 | 57 | 11 |
| Octal | 63 | 123 | 6 | 47 | 0 | 135 | 103 | 125 | 127 | 21 |
| Binary | 110011 | 1010011 | 110 | 100111 | 0 | 1011101 | 1000011 | 1010101 | 1010111 | 10001 |
Color Harmonies of #335306
Complementary color
Monochromatic Colors of #335306
Black with #335306
Text Example
Text Example
White with #335306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335306; }
p { color: rgb(51,83,6); }
H1.HeaderClassName
{
color: #335306;
}
.AnyTagClassName
{
color: #335306;
}
</style>
background-color css
<style>
a { background-color: #335306; }
a { background-color: rgb(51,83,6); }
div.DivClassName
{
background-color: #335306;
}
.BgClassName
{
background-color: #335306;
}
</style>
border-color css
<style>
span { border-color: #335306; }
span { border-color: rgb(51,83,6); }
td.TdClassName
{
border-color: #335306;
}
.TagClassName
{
border-color: #335306;
}
</style>