Shades of Eucalyptus #3F9069
Tints of Eucalyptus #3F9069
RGB
CMYK
RGB Variations
Color information
#3F9069 (or 0x3F9069) is known color: Eucalyptus. HEX triplet: 3F, 90 and 69. RGB value is (63,144,105). Sum of RGB (Red+Green+Blue) = 63+144+105=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9069 is #C06F96. Grayscale: #737373. Windows color (decimal): -12611479 or 6918207. OLE color: 6918207.
HSL color Cylindrical-coordinate representation of color #3F9069: hue angle of 151.11º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9069 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 105 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.44 |
| HSL | 151.11º | 0.39% | 0.41% | - |
| HSV(B) | 151.11º | 0.56% | 0.56% | - |
| XYZ | 14.57 | 22.02 | 16.85 | - |
| YUV | 115.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 105 | 0.56 | 0 | 0.27 | 0.44 | 151.11 | 0.39 | 0.41 |
| Hex | 3F | 90 | 69 | 38 | 0 | 1B | 2C | 97 | 27 | 29 |
| Octal | 77 | 220 | 151 | 70 | 0 | 33 | 54 | 227 | 47 | 51 |
| Binary | 111111 | 10010000 | 1101001 | 111000 | 0 | 11011 | 101100 | 10010111 | 100111 | 101001 |
Color Harmonies of #3F9069
Complementary color
Monochromatic Colors of #3F9069
Black with #3F9069
Text Example
Text Example
White with #3F9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9069; }
p { color: rgb(63,144,105); }
H1.HeaderClassName
{
color: #3F9069;
}
.AnyTagClassName
{
color: #3F9069;
}
</style>
background-color css
<style>
a { background-color: #3F9069; }
a { background-color: rgb(63,144,105); }
div.DivClassName
{
background-color: #3F9069;
}
.BgClassName
{
background-color: #3F9069;
}
</style>
border-color css
<style>
span { border-color: #3F9069; }
span { border-color: rgb(63,144,105); }
td.TdClassName
{
border-color: #3F9069;
}
.TagClassName
{
border-color: #3F9069;
}
</style>