Shades of Eucalyptus #47926B
Tints of Eucalyptus #47926B
RGB
CMYK
RGB Variations
Color information
#47926B (or 0x47926B) is known color: Eucalyptus. HEX triplet: 47, 92 and 6B. RGB value is (71,146,107). Sum of RGB (Red+Green+Blue) = 71+146+107=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #47926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47926B is #B86D94. Grayscale: #777777. Windows color (decimal): -12086677 or 7049799. OLE color: 7049799.
HSL color Cylindrical-coordinate representation of color #47926B: hue angle of 148.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47926B is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 146 | 107 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.43 |
| HSL | 148.8º | 0.35% | 0.43% | - |
| HSV(B) | 148.8º | 0.51% | 0.57% | - |
| XYZ | 15.53 | 22.96 | 17.52 | - |
| YUV | 119.13 | 121.15 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 146 | 107 | 0.51 | 0 | 0.27 | 0.43 | 148.8 | 0.35 | 0.43 |
| Hex | 47 | 92 | 6B | 33 | 0 | 1B | 2B | 95 | 23 | 2B |
| Octal | 107 | 222 | 153 | 63 | 0 | 33 | 53 | 225 | 43 | 53 |
| Binary | 1000111 | 10010010 | 1101011 | 110011 | 0 | 11011 | 101011 | 10010101 | 100011 | 101011 |
Color Harmonies of #47926B
Complementary color
Monochromatic Colors of #47926B
Black with #47926B
Text Example
Text Example
White with #47926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47926B; }
p { color: rgb(71,146,107); }
H1.HeaderClassName
{
color: #47926B;
}
.AnyTagClassName
{
color: #47926B;
}
</style>
background-color css
<style>
a { background-color: #47926B; }
a { background-color: rgb(71,146,107); }
div.DivClassName
{
background-color: #47926B;
}
.BgClassName
{
background-color: #47926B;
}
</style>
border-color css
<style>
span { border-color: #47926B; }
span { border-color: rgb(71,146,107); }
td.TdClassName
{
border-color: #47926B;
}
.TagClassName
{
border-color: #47926B;
}
</style>