Shades of Eucalyptus #32926B
Tints of Eucalyptus #32926B
RGB
CMYK
RGB Variations
Color information
#32926B (or 0x32926B) is known color: Eucalyptus. HEX triplet: 32, 92 and 6B. RGB value is (50,146,107). Sum of RGB (Red+Green+Blue) = 50+146+107=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #32926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32926B is #CD6D94. Grayscale: #707070. Windows color (decimal): -13462933 or 7049778. OLE color: 7049778.
HSL color Cylindrical-coordinate representation of color #32926B: hue angle of 155.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32926B is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 107 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.43 |
| HSL | 155.63º | 0.49% | 0.38% | - |
| HSV(B) | 155.63º | 0.66% | 0.57% | - |
| XYZ | 14.25 | 22.3 | 17.46 | - |
| YUV | 112.85 | 124.7 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 107 | 0.66 | 0 | 0.27 | 0.43 | 155.63 | 0.49 | 0.38 |
| Hex | 32 | 92 | 6B | 42 | 0 | 1B | 2B | 9C | 31 | 26 |
| Octal | 62 | 222 | 153 | 102 | 0 | 33 | 53 | 234 | 61 | 46 |
| Binary | 110010 | 10010010 | 1101011 | 1000010 | 0 | 11011 | 101011 | 10011100 | 110001 | 100110 |
Color Harmonies of #32926B
Complementary color
Monochromatic Colors of #32926B
Black with #32926B
Text Example
Text Example
White with #32926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32926B; }
p { color: rgb(50,146,107); }
H1.HeaderClassName
{
color: #32926B;
}
.AnyTagClassName
{
color: #32926B;
}
</style>
background-color css
<style>
a { background-color: #32926B; }
a { background-color: rgb(50,146,107); }
div.DivClassName
{
background-color: #32926B;
}
.BgClassName
{
background-color: #32926B;
}
</style>
border-color css
<style>
span { border-color: #32926B; }
span { border-color: rgb(50,146,107); }
td.TdClassName
{
border-color: #32926B;
}
.TagClassName
{
border-color: #32926B;
}
</style>