Shades of Eucalyptus #339A6A
Tints of Eucalyptus #339A6A
RGB
CMYK
RGB Variations
Color information
#339A6A (or 0x339A6A) is known color: Eucalyptus. HEX triplet: 33, 9A and 6A. RGB value is (51,154,106). Sum of RGB (Red+Green+Blue) = 51+154+106=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #339A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339A6A is #CC6595. Grayscale: #757575. Windows color (decimal): -13395350 or 6986291. OLE color: 6986291.
HSL color Cylindrical-coordinate representation of color #339A6A: hue angle of 152.04º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339A6A is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 154 | 106 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.40 |
| HSL | 152.04º | 0.5% | 0.4% | - |
| HSV(B) | 152.04º | 0.67% | 0.6% | - |
| XYZ | 15.52 | 24.86 | 17.62 | - |
| YUV | 117.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 154 | 106 | 0.67 | 0 | 0.31 | 0.40 | 152.04 | 0.5 | 0.4 |
| Hex | 33 | 9A | 6A | 43 | 0 | 1F | 28 | 98 | 32 | 28 |
| Octal | 63 | 232 | 152 | 103 | 0 | 37 | 50 | 230 | 62 | 50 |
| Binary | 110011 | 10011010 | 1101010 | 1000011 | 0 | 11111 | 101000 | 10011000 | 110010 | 101000 |
Color Harmonies of #339A6A
Complementary color
Monochromatic Colors of #339A6A
Black with #339A6A
Text Example
Text Example
White with #339A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339A6A; }
p { color: rgb(51,154,106); }
H1.HeaderClassName
{
color: #339A6A;
}
.AnyTagClassName
{
color: #339A6A;
}
</style>
background-color css
<style>
a { background-color: #339A6A; }
a { background-color: rgb(51,154,106); }
div.DivClassName
{
background-color: #339A6A;
}
.BgClassName
{
background-color: #339A6A;
}
</style>
border-color css
<style>
span { border-color: #339A6A; }
span { border-color: rgb(51,154,106); }
td.TdClassName
{
border-color: #339A6A;
}
.TagClassName
{
border-color: #339A6A;
}
</style>