Shades of Eucalyptus #36906B
Tints of Eucalyptus #36906B
RGB
CMYK
RGB Variations
Color information
#36906B (or 0x36906B) is known color: Eucalyptus. HEX triplet: 36, 90 and 6B. RGB value is (54,144,107). Sum of RGB (Red+Green+Blue) = 54+144+107=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #36906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36906B is #C96F94. Grayscale: #707070. Windows color (decimal): -13201301 or 7049270. OLE color: 7049270.
HSL color Cylindrical-coordinate representation of color #36906B: hue angle of 155.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36906B is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 107 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.44 |
| HSL | 155.33º | 0.45% | 0.39% | - |
| HSV(B) | 155.33º | 0.63% | 0.56% | - |
| XYZ | 14.15 | 21.79 | 17.37 | - |
| YUV | 112.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 107 | 0.63 | 0 | 0.26 | 0.44 | 155.33 | 0.45 | 0.39 |
| Hex | 36 | 90 | 6B | 3F | 0 | 1A | 2C | 9B | 2D | 27 |
| Octal | 66 | 220 | 153 | 77 | 0 | 32 | 54 | 233 | 55 | 47 |
| Binary | 110110 | 10010000 | 1101011 | 111111 | 0 | 11010 | 101100 | 10011011 | 101101 | 100111 |
Color Harmonies of #36906B
Complementary color
Monochromatic Colors of #36906B
Black with #36906B
Text Example
Text Example
White with #36906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36906B; }
p { color: rgb(54,144,107); }
H1.HeaderClassName
{
color: #36906B;
}
.AnyTagClassName
{
color: #36906B;
}
</style>
background-color css
<style>
a { background-color: #36906B; }
a { background-color: rgb(54,144,107); }
div.DivClassName
{
background-color: #36906B;
}
.BgClassName
{
background-color: #36906B;
}
</style>
border-color css
<style>
span { border-color: #36906B; }
span { border-color: rgb(54,144,107); }
td.TdClassName
{
border-color: #36906B;
}
.TagClassName
{
border-color: #36906B;
}
</style>