Shades of Eucalyptus #22B061
Tints of Eucalyptus #22B061
RGB
CMYK
RGB Variations
Color information
#22B061 (or 0x22B061) is known color: Eucalyptus. HEX triplet: 22, B0 and 61. RGB value is (34,176,97). Sum of RGB (Red+Green+Blue) = 34+176+97=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #22B061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22B061 is #DD4F9E. Grayscale: #7C7C7C. Windows color (decimal): -14503839 or 6402082. OLE color: 6402082.
HSL color Cylindrical-coordinate representation of color #22B061: hue angle of 146.62º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B061 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 176 | 97 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.31 |
| HSL | 146.62º | 0.68% | 0.41% | - |
| HSV(B) | 146.62º | 0.81% | 0.69% | - |
| XYZ | 18.34 | 32.25 | 16.57 | - |
| YUV | 124.54 | 112.46 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 176 | 97 | 0.81 | 0 | 0.45 | 0.31 | 146.62 | 0.68 | 0.41 |
| Hex | 22 | B0 | 61 | 51 | 0 | 2D | 1F | 93 | 44 | 29 |
| Octal | 42 | 260 | 141 | 121 | 0 | 55 | 37 | 223 | 104 | 51 |
| Binary | 100010 | 10110000 | 1100001 | 1010001 | 0 | 101101 | 11111 | 10010011 | 1000100 | 101001 |
Color Harmonies of #22B061
Complementary color
Monochromatic Colors of #22B061
Black with #22B061
Text Example
Text Example
White with #22B061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B061; }
p { color: rgb(34,176,97); }
H1.HeaderClassName
{
color: #22B061;
}
.AnyTagClassName
{
color: #22B061;
}
</style>
background-color css
<style>
a { background-color: #22B061; }
a { background-color: rgb(34,176,97); }
div.DivClassName
{
background-color: #22B061;
}
.BgClassName
{
background-color: #22B061;
}
</style>
border-color css
<style>
span { border-color: #22B061; }
span { border-color: rgb(34,176,97); }
td.TdClassName
{
border-color: #22B061;
}
.TagClassName
{
border-color: #22B061;
}
</style>