Shades of Myrtle #225302
Tints of Myrtle #225302
RGB
CMYK
RGB Variations
Color information
#225302 (or 0x225302) is known color: Myrtle. HEX triplet: 22, 53 and 02. RGB value is (34,83,2). Sum of RGB (Red+Green+Blue) = 34+83+2=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #225302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225302 is #DDACFD. Grayscale: #3B3B3B. Windows color (decimal): -14527742 or 152354. OLE color: 152354.
HSL color Cylindrical-coordinate representation of color #225302: hue angle of 96.3º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #225302 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 83 | 2 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.67 |
| HSL | 96.3º | 0.95% | 0.17% | - |
| HSV(B) | 96.3º | 0.98% | 0.33% | - |
| XYZ | 3.76 | 6.53 | 1.12 | - |
| YUV | 59.12 | 95.77 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 83 | 2 | 0.59 | 0 | 0.98 | 0.67 | 96.3 | 0.95 | 0.17 |
| Hex | 22 | 53 | 2 | 3B | 0 | 62 | 43 | 60 | 5F | 11 |
| Octal | 42 | 123 | 2 | 73 | 0 | 142 | 103 | 140 | 137 | 21 |
| Binary | 100010 | 1010011 | 10 | 111011 | 0 | 1100010 | 1000011 | 1100000 | 1011111 | 10001 |
Color Harmonies of #225302
Complementary color
Monochromatic Colors of #225302
Black with #225302
Text Example
Text Example
White with #225302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225302; }
p { color: rgb(34,83,2); }
H1.HeaderClassName
{
color: #225302;
}
.AnyTagClassName
{
color: #225302;
}
</style>
background-color css
<style>
a { background-color: #225302; }
a { background-color: rgb(34,83,2); }
div.DivClassName
{
background-color: #225302;
}
.BgClassName
{
background-color: #225302;
}
</style>
border-color css
<style>
span { border-color: #225302; }
span { border-color: rgb(34,83,2); }
td.TdClassName
{
border-color: #225302;
}
.TagClassName
{
border-color: #225302;
}
</style>