Shades of Turtle Green #33400C
Tints of Turtle Green #33400C
RGB
CMYK
RGB Variations
Color information
#33400C (or 0x33400C) is known color: Turtle Green. HEX triplet: 33, 40 and 0C. RGB value is (51,64,12). Sum of RGB (Red+Green+Blue) = 51+64+12=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #33400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33400C is #CCBFF3. Grayscale: #363636. Windows color (decimal): -13418484 or 802867. OLE color: 802867.
HSL color Cylindrical-coordinate representation of color #33400C: hue angle of 75º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33400C is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 12 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.75 |
| HSL | 75º | 0.68% | 0.15% | - |
| HSV(B) | 75º | 0.81% | 0.25% | - |
| XYZ | 3.26 | 4.4 | 1.02 | - |
| YUV | 54.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 12 | 0.20 | 0 | 0.81 | 0.75 | 75 | 0.68 | 0.15 |
| Hex | 33 | 40 | C | 14 | 0 | 51 | 4B | 4B | 44 | F |
| Octal | 63 | 100 | 14 | 24 | 0 | 121 | 113 | 113 | 104 | 17 |
| Binary | 110011 | 1000000 | 1100 | 10100 | 0 | 1010001 | 1001011 | 1001011 | 1000100 | 1111 |
Color Harmonies of #33400C
Complementary color
Monochromatic Colors of #33400C
Black with #33400C
Text Example
Text Example
White with #33400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33400C; }
p { color: rgb(51,64,12); }
H1.HeaderClassName
{
color: #33400C;
}
.AnyTagClassName
{
color: #33400C;
}
</style>
background-color css
<style>
a { background-color: #33400C; }
a { background-color: rgb(51,64,12); }
div.DivClassName
{
background-color: #33400C;
}
.BgClassName
{
background-color: #33400C;
}
</style>
border-color css
<style>
span { border-color: #33400C; }
span { border-color: rgb(51,64,12); }
td.TdClassName
{
border-color: #33400C;
}
.TagClassName
{
border-color: #33400C;
}
</style>