Shades of Eucalyptus #419B68
Tints of Eucalyptus #419B68
RGB
CMYK
RGB Variations
Color information
#419B68 (or 0x419B68) is known color: Eucalyptus. HEX triplet: 41, 9B and 68. RGB value is (65,155,104). Sum of RGB (Red+Green+Blue) = 65+155+104=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #419B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419B68 is #BE6497. Grayscale: #7A7A7A. Windows color (decimal): -12477592 or 6855489. OLE color: 6855489.
HSL color Cylindrical-coordinate representation of color #419B68: hue angle of 146º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419B68 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 155 | 104 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.39 |
| HSL | 146º | 0.41% | 0.43% | - |
| HSV(B) | 146º | 0.58% | 0.61% | - |
| XYZ | 16.4 | 25.57 | 17.17 | - |
| YUV | 122.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 104 | 0.58 | 0 | 0.33 | 0.39 | 146 | 0.41 | 0.43 |
| Hex | 41 | 9B | 68 | 3A | 0 | 21 | 27 | 92 | 29 | 2B |
| Octal | 101 | 233 | 150 | 72 | 0 | 41 | 47 | 222 | 51 | 53 |
| Binary | 1000001 | 10011011 | 1101000 | 111010 | 0 | 100001 | 100111 | 10010010 | 101001 | 101011 |
Color Harmonies of #419B68
Complementary color
Monochromatic Colors of #419B68
Black with #419B68
Text Example
Text Example
White with #419B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419B68; }
p { color: rgb(65,155,104); }
H1.HeaderClassName
{
color: #419B68;
}
.AnyTagClassName
{
color: #419B68;
}
</style>
background-color css
<style>
a { background-color: #419B68; }
a { background-color: rgb(65,155,104); }
div.DivClassName
{
background-color: #419B68;
}
.BgClassName
{
background-color: #419B68;
}
</style>
border-color css
<style>
span { border-color: #419B68; }
span { border-color: rgb(65,155,104); }
td.TdClassName
{
border-color: #419B68;
}
.TagClassName
{
border-color: #419B68;
}
</style>