Shades of Myrtle #255202
Tints of Myrtle #255202
RGB
CMYK
RGB Variations
Color information
#255202 (or 0x255202) is known color: Myrtle. HEX triplet: 25, 52 and 02. RGB value is (37,82,2). Sum of RGB (Red+Green+Blue) = 37+82+2=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #255202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255202 is #DAADFD. Grayscale: #3B3B3B. Windows color (decimal): -14331390 or 152101. OLE color: 152101.
HSL color Cylindrical-coordinate representation of color #255202: hue angle of 93.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #255202 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 82 | 2 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.68 |
| HSL | 93.75º | 0.95% | 0.16% | - |
| HSV(B) | 93.75º | 0.98% | 0.32% | - |
| XYZ | 3.79 | 6.43 | 1.1 | - |
| YUV | 59.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 2 | 0.55 | 0 | 0.98 | 0.68 | 93.75 | 0.95 | 0.16 |
| Hex | 25 | 52 | 2 | 37 | 0 | 62 | 44 | 5E | 5F | 10 |
| Octal | 45 | 122 | 2 | 67 | 0 | 142 | 104 | 136 | 137 | 20 |
| Binary | 100101 | 1010010 | 10 | 110111 | 0 | 1100010 | 1000100 | 1011110 | 1011111 | 10000 |
Color Harmonies of #255202
Complementary color
Monochromatic Colors of #255202
Black with #255202
Text Example
Text Example
White with #255202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255202; }
p { color: rgb(37,82,2); }
H1.HeaderClassName
{
color: #255202;
}
.AnyTagClassName
{
color: #255202;
}
</style>
background-color css
<style>
a { background-color: #255202; }
a { background-color: rgb(37,82,2); }
div.DivClassName
{
background-color: #255202;
}
.BgClassName
{
background-color: #255202;
}
</style>
border-color css
<style>
span { border-color: #255202; }
span { border-color: rgb(37,82,2); }
td.TdClassName
{
border-color: #255202;
}
.TagClassName
{
border-color: #255202;
}
</style>