Shades of Eucalyptus #338B64
Tints of Eucalyptus #338B64
RGB
CMYK
RGB Variations
Color information
#338B64 (or 0x338B64) is known color: Eucalyptus. HEX triplet: 33, 8B and 64. RGB value is (51,139,100). Sum of RGB (Red+Green+Blue) = 51+139+100=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #338B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B64 is #CC749B. Grayscale: #6C6C6C. Windows color (decimal): -13399196 or 6589235. OLE color: 6589235.
HSL color Cylindrical-coordinate representation of color #338B64: hue angle of 153.41º 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 #338B64 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 100 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.45 |
| HSL | 153.41º | 0.46% | 0.37% | - |
| HSV(B) | 153.41º | 0.63% | 0.55% | - |
| XYZ | 12.9 | 20.09 | 15.25 | - |
| YUV | 108.24 | 123.35 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 100 | 0.63 | 0 | 0.28 | 0.45 | 153.41 | 0.46 | 0.37 |
| Hex | 33 | 8B | 64 | 3F | 0 | 1C | 2D | 99 | 2E | 25 |
| Octal | 63 | 213 | 144 | 77 | 0 | 34 | 55 | 231 | 56 | 45 |
| Binary | 110011 | 10001011 | 1100100 | 111111 | 0 | 11100 | 101101 | 10011001 | 101110 | 100101 |
Color Harmonies of #338B64
Complementary color
Monochromatic Colors of #338B64
Black with #338B64
Text Example
Text Example
White with #338B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B64; }
p { color: rgb(51,139,100); }
H1.HeaderClassName
{
color: #338B64;
}
.AnyTagClassName
{
color: #338B64;
}
</style>
background-color css
<style>
a { background-color: #338B64; }
a { background-color: rgb(51,139,100); }
div.DivClassName
{
background-color: #338B64;
}
.BgClassName
{
background-color: #338B64;
}
</style>
border-color css
<style>
span { border-color: #338B64; }
span { border-color: rgb(51,139,100); }
td.TdClassName
{
border-color: #338B64;
}
.TagClassName
{
border-color: #338B64;
}
</style>