Shades of Eucalyptus #1B9C5B
Tints of Eucalyptus #1B9C5B
RGB
CMYK
RGB Variations
Color information
#1B9C5B (or 0x1B9C5B) is known color: Eucalyptus. HEX triplet: 1B, 9C and 5B. RGB value is (27,156,91). Sum of RGB (Red+Green+Blue) = 27+156+91=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #1B9C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9C5B is #E463A4. Grayscale: #6E6E6E. Windows color (decimal): -14967717 or 6003739. OLE color: 6003739.
HSL color Cylindrical-coordinate representation of color #1B9C5B: hue angle of 149.77º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9C5B is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 156 | 91 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.39 |
| HSL | 149.77º | 0.7% | 0.36% | - |
| HSV(B) | 149.77º | 0.83% | 0.61% | - |
| XYZ | 14.23 | 24.77 | 13.93 | - |
| YUV | 110.02 | 117.26 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 156 | 91 | 0.83 | 0 | 0.42 | 0.39 | 149.77 | 0.7 | 0.36 |
| Hex | 1B | 9C | 5B | 53 | 0 | 2A | 27 | 96 | 46 | 24 |
| Octal | 33 | 234 | 133 | 123 | 0 | 52 | 47 | 226 | 106 | 44 |
| Binary | 11011 | 10011100 | 1011011 | 1010011 | 0 | 101010 | 100111 | 10010110 | 1000110 | 100100 |
Color Harmonies of #1B9C5B
Complementary color
Monochromatic Colors of #1B9C5B
Black with #1B9C5B
Text Example
Text Example
White with #1B9C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9C5B; }
p { color: rgb(27,156,91); }
H1.HeaderClassName
{
color: #1B9C5B;
}
.AnyTagClassName
{
color: #1B9C5B;
}
</style>
background-color css
<style>
a { background-color: #1B9C5B; }
a { background-color: rgb(27,156,91); }
div.DivClassName
{
background-color: #1B9C5B;
}
.BgClassName
{
background-color: #1B9C5B;
}
</style>
border-color css
<style>
span { border-color: #1B9C5B; }
span { border-color: rgb(27,156,91); }
td.TdClassName
{
border-color: #1B9C5B;
}
.TagClassName
{
border-color: #1B9C5B;
}
</style>