Shades of Eucalyptus #339468
Tints of Eucalyptus #339468
RGB
CMYK
RGB Variations
Color information
#339468 (or 0x339468) is known color: Eucalyptus. HEX triplet: 33, 94 and 68. RGB value is (51,148,104). Sum of RGB (Red+Green+Blue) = 51+148+104=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #339468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339468 is #CC6B97. Grayscale: #727272. Windows color (decimal): -13396888 or 6853683. OLE color: 6853683.
HSL color Cylindrical-coordinate representation of color #339468: hue angle of 152.78º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339468 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 148 | 104 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.42 |
| HSL | 152.78º | 0.49% | 0.39% | - |
| HSV(B) | 152.78º | 0.66% | 0.58% | - |
| XYZ | 14.45 | 22.88 | 16.75 | - |
| YUV | 113.98 | 122.36 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 104 | 0.66 | 0 | 0.30 | 0.42 | 152.78 | 0.49 | 0.39 |
| Hex | 33 | 94 | 68 | 42 | 0 | 1E | 2A | 99 | 31 | 27 |
| Octal | 63 | 224 | 150 | 102 | 0 | 36 | 52 | 231 | 61 | 47 |
| Binary | 110011 | 10010100 | 1101000 | 1000010 | 0 | 11110 | 101010 | 10011001 | 110001 | 100111 |
Color Harmonies of #339468
Complementary color
Monochromatic Colors of #339468
Black with #339468
Text Example
Text Example
White with #339468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339468; }
p { color: rgb(51,148,104); }
H1.HeaderClassName
{
color: #339468;
}
.AnyTagClassName
{
color: #339468;
}
</style>
background-color css
<style>
a { background-color: #339468; }
a { background-color: rgb(51,148,104); }
div.DivClassName
{
background-color: #339468;
}
.BgClassName
{
background-color: #339468;
}
</style>
border-color css
<style>
span { border-color: #339468; }
span { border-color: rgb(51,148,104); }
td.TdClassName
{
border-color: #339468;
}
.TagClassName
{
border-color: #339468;
}
</style>