Shades of Turtle Green #33540A
Tints of Turtle Green #33540A
RGB
CMYK
RGB Variations
Color information
#33540A (or 0x33540A) is known color: Turtle Green. HEX triplet: 33, 54 and 0A. RGB value is (51,84,10). Sum of RGB (Red+Green+Blue) = 51+84+10=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #33540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33540A is #CCABF5. Grayscale: #414141. Windows color (decimal): -13413366 or 676915. OLE color: 676915.
HSL color Cylindrical-coordinate representation of color #33540A: hue angle of 86.76º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33540A is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 10 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.67 |
| HSL | 86.76º | 0.79% | 0.18% | - |
| HSV(B) | 86.76º | 0.88% | 0.33% | - |
| XYZ | 4.59 | 7.07 | 1.41 | - |
| YUV | 65.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 10 | 0.39 | 0 | 0.88 | 0.67 | 86.76 | 0.79 | 0.18 |
| Hex | 33 | 54 | A | 27 | 0 | 58 | 43 | 57 | 4F | 12 |
| Octal | 63 | 124 | 12 | 47 | 0 | 130 | 103 | 127 | 117 | 22 |
| Binary | 110011 | 1010100 | 1010 | 100111 | 0 | 1011000 | 1000011 | 1010111 | 1001111 | 10010 |
Color Harmonies of #33540A
Complementary color
Monochromatic Colors of #33540A
Black with #33540A
Text Example
Text Example
White with #33540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33540A; }
p { color: rgb(51,84,10); }
H1.HeaderClassName
{
color: #33540A;
}
.AnyTagClassName
{
color: #33540A;
}
</style>
background-color css
<style>
a { background-color: #33540A; }
a { background-color: rgb(51,84,10); }
div.DivClassName
{
background-color: #33540A;
}
.BgClassName
{
background-color: #33540A;
}
</style>
border-color css
<style>
span { border-color: #33540A; }
span { border-color: rgb(51,84,10); }
td.TdClassName
{
border-color: #33540A;
}
.TagClassName
{
border-color: #33540A;
}
</style>