Shades of Eucalyptus #338B66
Tints of Eucalyptus #338B66
RGB
CMYK
RGB Variations
Color information
#338B66 (or 0x338B66) is known color: Eucalyptus. HEX triplet: 33, 8B and 66. RGB value is (51,139,102). Sum of RGB (Red+Green+Blue) = 51+139+102=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #338B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B66 is #CC7499. Grayscale: #6C6C6C. Windows color (decimal): -13399194 or 6720307. OLE color: 6720307.
HSL color Cylindrical-coordinate representation of color #338B66: hue angle of 154.77º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B66 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 102 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.45 |
| HSL | 154.77º | 0.46% | 0.37% | - |
| HSV(B) | 154.77º | 0.63% | 0.55% | - |
| XYZ | 13 | 20.13 | 15.77 | - |
| YUV | 108.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 102 | 0.63 | 0 | 0.27 | 0.45 | 154.77 | 0.46 | 0.37 |
| Hex | 33 | 8B | 66 | 3F | 0 | 1B | 2D | 9B | 2E | 25 |
| Octal | 63 | 213 | 146 | 77 | 0 | 33 | 55 | 233 | 56 | 45 |
| Binary | 110011 | 10001011 | 1100110 | 111111 | 0 | 11011 | 101101 | 10011011 | 101110 | 100101 |
Color Harmonies of #338B66
Complementary color
Monochromatic Colors of #338B66
Black with #338B66
Text Example
Text Example
White with #338B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B66; }
p { color: rgb(51,139,102); }
H1.HeaderClassName
{
color: #338B66;
}
.AnyTagClassName
{
color: #338B66;
}
</style>
background-color css
<style>
a { background-color: #338B66; }
a { background-color: rgb(51,139,102); }
div.DivClassName
{
background-color: #338B66;
}
.BgClassName
{
background-color: #338B66;
}
</style>
border-color css
<style>
span { border-color: #338B66; }
span { border-color: rgb(51,139,102); }
td.TdClassName
{
border-color: #338B66;
}
.TagClassName
{
border-color: #338B66;
}
</style>