Shades of Turtle Green #33411C
Tints of Turtle Green #33411C
RGB
CMYK
RGB Variations
Color information
#33411C (or 0x33411C) is known color: Turtle Green. HEX triplet: 33, 41 and 1C. RGB value is (51,65,28). Sum of RGB (Red+Green+Blue) = 51+65+28=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #33411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33411C is #CCBEE3. Grayscale: #383838. Windows color (decimal): -13418212 or 1851699. OLE color: 1851699.
HSL color Cylindrical-coordinate representation of color #33411C: hue angle of 82.7º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33411C is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 28 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.75 |
| HSL | 82.7º | 0.4% | 0.18% | - |
| HSV(B) | 82.7º | 0.57% | 0.25% | - |
| XYZ | 3.47 | 4.57 | 1.8 | - |
| YUV | 56.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 28 | 0.22 | 0 | 0.57 | 0.75 | 82.7 | 0.4 | 0.18 |
| Hex | 33 | 41 | 1C | 16 | 0 | 39 | 4B | 53 | 28 | 12 |
| Octal | 63 | 101 | 34 | 26 | 0 | 71 | 113 | 123 | 50 | 22 |
| Binary | 110011 | 1000001 | 11100 | 10110 | 0 | 111001 | 1001011 | 1010011 | 101000 | 10010 |
Color Harmonies of #33411C
Complementary color
Monochromatic Colors of #33411C
Black with #33411C
Text Example
Text Example
White with #33411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33411C; }
p { color: rgb(51,65,28); }
H1.HeaderClassName
{
color: #33411C;
}
.AnyTagClassName
{
color: #33411C;
}
</style>
background-color css
<style>
a { background-color: #33411C; }
a { background-color: rgb(51,65,28); }
div.DivClassName
{
background-color: #33411C;
}
.BgClassName
{
background-color: #33411C;
}
</style>
border-color css
<style>
span { border-color: #33411C; }
span { border-color: rgb(51,65,28); }
td.TdClassName
{
border-color: #33411C;
}
.TagClassName
{
border-color: #33411C;
}
</style>