Shades of Turtle Green #335308
Tints of Turtle Green #335308
RGB
CMYK
RGB Variations
Color information
#335308 (or 0x335308) is known color: Turtle Green. HEX triplet: 33, 53 and 08. RGB value is (51,83,8). Sum of RGB (Red+Green+Blue) = 51+83+8=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #335308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335308 is #CCACF7. Grayscale: #414141. Windows color (decimal): -13413624 or 545587. OLE color: 545587.
HSL color Cylindrical-coordinate representation of color #335308: hue angle of 85.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #335308 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 8 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.67 |
| HSL | 85.6º | 0.82% | 0.18% | - |
| HSV(B) | 85.6º | 0.9% | 0.33% | - |
| XYZ | 4.5 | 6.91 | 1.33 | - |
| YUV | 64.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 8 | 0.39 | 0 | 0.90 | 0.67 | 85.6 | 0.82 | 0.18 |
| Hex | 33 | 53 | 8 | 27 | 0 | 5A | 43 | 56 | 52 | 12 |
| Octal | 63 | 123 | 10 | 47 | 0 | 132 | 103 | 126 | 122 | 22 |
| Binary | 110011 | 1010011 | 1000 | 100111 | 0 | 1011010 | 1000011 | 1010110 | 1010010 | 10010 |
Color Harmonies of #335308
Complementary color
Monochromatic Colors of #335308
Black with #335308
Text Example
Text Example
White with #335308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335308; }
p { color: rgb(51,83,8); }
H1.HeaderClassName
{
color: #335308;
}
.AnyTagClassName
{
color: #335308;
}
</style>
background-color css
<style>
a { background-color: #335308; }
a { background-color: rgb(51,83,8); }
div.DivClassName
{
background-color: #335308;
}
.BgClassName
{
background-color: #335308;
}
</style>
border-color css
<style>
span { border-color: #335308; }
span { border-color: rgb(51,83,8); }
td.TdClassName
{
border-color: #335308;
}
.TagClassName
{
border-color: #335308;
}
</style>