Shades of Eucalyptus #338B63
Tints of Eucalyptus #338B63
RGB
CMYK
RGB Variations
Color information
#338B63 (or 0x338B63) is known color: Eucalyptus. HEX triplet: 33, 8B and 63. RGB value is (51,139,99). Sum of RGB (Red+Green+Blue) = 51+139+99=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #338B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B63 is #CC749C. Grayscale: #6C6C6C. Windows color (decimal): -13399197 or 6523699. OLE color: 6523699.
HSL color Cylindrical-coordinate representation of color #338B63: hue angle of 152.73º 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 #338B63 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 99 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.45 |
| HSL | 152.73º | 0.46% | 0.37% | - |
| HSV(B) | 152.73º | 0.63% | 0.55% | - |
| XYZ | 12.85 | 20.07 | 15 | - |
| YUV | 108.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 99 | 0.63 | 0 | 0.29 | 0.45 | 152.73 | 0.46 | 0.37 |
| Hex | 33 | 8B | 63 | 3F | 0 | 1D | 2D | 99 | 2E | 25 |
| Octal | 63 | 213 | 143 | 77 | 0 | 35 | 55 | 231 | 56 | 45 |
| Binary | 110011 | 10001011 | 1100011 | 111111 | 0 | 11101 | 101101 | 10011001 | 101110 | 100101 |
Color Harmonies of #338B63
Complementary color
Monochromatic Colors of #338B63
Black with #338B63
Text Example
Text Example
White with #338B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B63; }
p { color: rgb(51,139,99); }
H1.HeaderClassName
{
color: #338B63;
}
.AnyTagClassName
{
color: #338B63;
}
</style>
background-color css
<style>
a { background-color: #338B63; }
a { background-color: rgb(51,139,99); }
div.DivClassName
{
background-color: #338B63;
}
.BgClassName
{
background-color: #338B63;
}
</style>
border-color css
<style>
span { border-color: #338B63; }
span { border-color: rgb(51,139,99); }
td.TdClassName
{
border-color: #338B63;
}
.TagClassName
{
border-color: #338B63;
}
</style>