Shades of Eucalyptus #338A63
Tints of Eucalyptus #338A63
RGB
CMYK
RGB Variations
Color information
#338A63 (or 0x338A63) is known color: Eucalyptus. HEX triplet: 33, 8A and 63. RGB value is (51,138,99). Sum of RGB (Red+Green+Blue) = 51+138+99=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #338A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338A63 is #CC759C. Grayscale: #6B6B6B. Windows color (decimal): -13399453 or 6523443. OLE color: 6523443.
HSL color Cylindrical-coordinate representation of color #338A63: hue angle of 153.1º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338A63 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 99 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.46 |
| HSL | 153.1º | 0.46% | 0.37% | - |
| HSV(B) | 153.1º | 0.63% | 0.54% | - |
| XYZ | 12.71 | 19.78 | 14.95 | - |
| YUV | 107.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 99 | 0.63 | 0 | 0.28 | 0.46 | 153.1 | 0.46 | 0.37 |
| Hex | 33 | 8A | 63 | 3F | 0 | 1C | 2E | 99 | 2E | 25 |
| Octal | 63 | 212 | 143 | 77 | 0 | 34 | 56 | 231 | 56 | 45 |
| Binary | 110011 | 10001010 | 1100011 | 111111 | 0 | 11100 | 101110 | 10011001 | 101110 | 100101 |
Color Harmonies of #338A63
Complementary color
Monochromatic Colors of #338A63
Black with #338A63
Text Example
Text Example
White with #338A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A63; }
p { color: rgb(51,138,99); }
H1.HeaderClassName
{
color: #338A63;
}
.AnyTagClassName
{
color: #338A63;
}
</style>
background-color css
<style>
a { background-color: #338A63; }
a { background-color: rgb(51,138,99); }
div.DivClassName
{
background-color: #338A63;
}
.BgClassName
{
background-color: #338A63;
}
</style>
border-color css
<style>
span { border-color: #338A63; }
span { border-color: rgb(51,138,99); }
td.TdClassName
{
border-color: #338A63;
}
.TagClassName
{
border-color: #338A63;
}
</style>