Shades of Turtle Green #224600
Tints of Turtle Green #224600
RGB
CMYK
RGB Variations
Color information
#224600 (or 0x224600) is known color: Turtle Green. HEX triplet: 22, 46 and 00. RGB value is (34,70,0). Sum of RGB (Red+Green+Blue) = 34+70+0=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #224600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224600 is #DDB9FF. Grayscale: #333333. Windows color (decimal): -14531072 or 17954. OLE color: 17954.
HSL color Cylindrical-coordinate representation of color #224600: hue angle of 90.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #224600 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 70 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.73 |
| HSL | 90.86º | 1% | 0.14% | - |
| HSV(B) | 90.86º | 1% | 0.27% | - |
| XYZ | 2.85 | 4.72 | 0.76 | - |
| YUV | 51.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 0 | 0.51 | 0 | 1 | 0.73 | 90.86 | 1 | 0.14 |
| Hex | 22 | 46 | 0 | 33 | 0 | 64 | 49 | 5B | 64 | E |
| Octal | 42 | 106 | 0 | 63 | 0 | 144 | 111 | 133 | 144 | 16 |
| Binary | 100010 | 1000110 | 0 | 110011 | 0 | 1100100 | 1001001 | 1011011 | 1100100 | 1110 |
Color Harmonies of #224600
Complementary color
Monochromatic Colors of #224600
Black with #224600
Text Example
Text Example
White with #224600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224600; }
p { color: rgb(34,70,0); }
H1.HeaderClassName
{
color: #224600;
}
.AnyTagClassName
{
color: #224600;
}
</style>
background-color css
<style>
a { background-color: #224600; }
a { background-color: rgb(34,70,0); }
div.DivClassName
{
background-color: #224600;
}
.BgClassName
{
background-color: #224600;
}
</style>
border-color css
<style>
span { border-color: #224600; }
span { border-color: rgb(34,70,0); }
td.TdClassName
{
border-color: #224600;
}
.TagClassName
{
border-color: #224600;
}
</style>