Shades of Eucalyptus #338B65
Tints of Eucalyptus #338B65
RGB
CMYK
RGB Variations
Color information
#338B65 (or 0x338B65) is known color: Eucalyptus. HEX triplet: 33, 8B and 65. RGB value is (51,139,101). Sum of RGB (Red+Green+Blue) = 51+139+101=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #338B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B65 is #CC749A. Grayscale: #6C6C6C. Windows color (decimal): -13399195 or 6654771. OLE color: 6654771.
HSL color Cylindrical-coordinate representation of color #338B65: hue angle of 154.09º 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 #338B65 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 101 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.45 |
| HSL | 154.09º | 0.46% | 0.37% | - |
| HSV(B) | 154.09º | 0.63% | 0.55% | - |
| XYZ | 12.95 | 20.11 | 15.51 | - |
| YUV | 108.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 101 | 0.63 | 0 | 0.27 | 0.45 | 154.09 | 0.46 | 0.37 |
| Hex | 33 | 8B | 65 | 3F | 0 | 1B | 2D | 9A | 2E | 25 |
| Octal | 63 | 213 | 145 | 77 | 0 | 33 | 55 | 232 | 56 | 45 |
| Binary | 110011 | 10001011 | 1100101 | 111111 | 0 | 11011 | 101101 | 10011010 | 101110 | 100101 |
Color Harmonies of #338B65
Complementary color
Monochromatic Colors of #338B65
Black with #338B65
Text Example
Text Example
White with #338B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B65; }
p { color: rgb(51,139,101); }
H1.HeaderClassName
{
color: #338B65;
}
.AnyTagClassName
{
color: #338B65;
}
</style>
background-color css
<style>
a { background-color: #338B65; }
a { background-color: rgb(51,139,101); }
div.DivClassName
{
background-color: #338B65;
}
.BgClassName
{
background-color: #338B65;
}
</style>
border-color css
<style>
span { border-color: #338B65; }
span { border-color: rgb(51,139,101); }
td.TdClassName
{
border-color: #338B65;
}
.TagClassName
{
border-color: #338B65;
}
</style>