Shades of Eucalyptus #1DA556
Tints of Eucalyptus #1DA556
RGB
CMYK
RGB Variations
Color information
#1DA556 (or 0x1DA556) is known color: Eucalyptus. HEX triplet: 1D, A5 and 56. RGB value is (29,165,86). Sum of RGB (Red+Green+Blue) = 29+165+86=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 165 (64.84% from 255 or 58.93% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA556 is #E25AA9. Grayscale: #737373. Windows color (decimal): -14834346 or 5678365. OLE color: 5678365.
HSL color Cylindrical-coordinate representation of color #1DA556: hue angle of 145.15º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA556 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 86 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.35 |
| HSL | 145.15º | 0.7% | 0.38% | - |
| HSV(B) | 145.15º | 0.82% | 0.65% | - |
| XYZ | 15.64 | 27.84 | 13.35 | - |
| YUV | 115.33 | 111.44 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 86 | 0.82 | 0 | 0.48 | 0.35 | 145.15 | 0.7 | 0.38 |
| Hex | 1D | A5 | 56 | 52 | 0 | 30 | 23 | 91 | 46 | 26 |
| Octal | 35 | 245 | 126 | 122 | 0 | 60 | 43 | 221 | 106 | 46 |
| Binary | 11101 | 10100101 | 1010110 | 1010010 | 0 | 110000 | 100011 | 10010001 | 1000110 | 100110 |
Color Harmonies of #1DA556
Complementary color
Monochromatic Colors of #1DA556
Black with #1DA556
Text Example
Text Example
White with #1DA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA556; }
p { color: rgb(29,165,86); }
H1.HeaderClassName
{
color: #1DA556;
}
.AnyTagClassName
{
color: #1DA556;
}
</style>
background-color css
<style>
a { background-color: #1DA556; }
a { background-color: rgb(29,165,86); }
div.DivClassName
{
background-color: #1DA556;
}
.BgClassName
{
background-color: #1DA556;
}
</style>
border-color css
<style>
span { border-color: #1DA556; }
span { border-color: rgb(29,165,86); }
td.TdClassName
{
border-color: #1DA556;
}
.TagClassName
{
border-color: #1DA556;
}
</style>