Shades of Turtle Green #33421A
Tints of Turtle Green #33421A
RGB
CMYK
RGB Variations
Color information
#33421A (or 0x33421A) is known color: Turtle Green. HEX triplet: 33, 42 and 1A. RGB value is (51,66,26). Sum of RGB (Red+Green+Blue) = 51+66+26=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #33421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33421A is #CCBDE5. Grayscale: #393939. Windows color (decimal): -13417958 or 1720883. OLE color: 1720883.
HSL color Cylindrical-coordinate representation of color #33421A: hue angle of 82.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33421A is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 66 | 26 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.74 |
| HSL | 82.5º | 0.43% | 0.18% | - |
| HSV(B) | 82.5º | 0.61% | 0.26% | - |
| XYZ | 3.5 | 4.67 | 1.7 | - |
| YUV | 56.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 26 | 0.23 | 0 | 0.61 | 0.74 | 82.5 | 0.43 | 0.18 |
| Hex | 33 | 42 | 1A | 17 | 0 | 3D | 4A | 52 | 2B | 12 |
| Octal | 63 | 102 | 32 | 27 | 0 | 75 | 112 | 122 | 53 | 22 |
| Binary | 110011 | 1000010 | 11010 | 10111 | 0 | 111101 | 1001010 | 1010010 | 101011 | 10010 |
Color Harmonies of #33421A
Complementary color
Monochromatic Colors of #33421A
Black with #33421A
Text Example
Text Example
White with #33421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33421A; }
p { color: rgb(51,66,26); }
H1.HeaderClassName
{
color: #33421A;
}
.AnyTagClassName
{
color: #33421A;
}
</style>
background-color css
<style>
a { background-color: #33421A; }
a { background-color: rgb(51,66,26); }
div.DivClassName
{
background-color: #33421A;
}
.BgClassName
{
background-color: #33421A;
}
</style>
border-color css
<style>
span { border-color: #33421A; }
span { border-color: rgb(51,66,26); }
td.TdClassName
{
border-color: #33421A;
}
.TagClassName
{
border-color: #33421A;
}
</style>