Shades of Eucalyptus #438D61
Tints of Eucalyptus #438D61
RGB
CMYK
RGB Variations
Color information
#438D61 (or 0x438D61) is known color: Eucalyptus. HEX triplet: 43, 8D and 61. RGB value is (67,141,97). Sum of RGB (Red+Green+Blue) = 67+141+97=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #438D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438D61 is #BC729E. Grayscale: #717171. Windows color (decimal): -12350111 or 6393155. OLE color: 6393155.
HSL color Cylindrical-coordinate representation of color #438D61: hue angle of 144.32º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438D61 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 141 | 97 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.45 |
| HSL | 144.32º | 0.36% | 0.41% | - |
| HSV(B) | 144.32º | 0.52% | 0.55% | - |
| XYZ | 14 | 21.11 | 14.65 | - |
| YUV | 113.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 97 | 0.52 | 0 | 0.31 | 0.45 | 144.32 | 0.36 | 0.41 |
| Hex | 43 | 8D | 61 | 34 | 0 | 1F | 2D | 90 | 24 | 29 |
| Octal | 103 | 215 | 141 | 64 | 0 | 37 | 55 | 220 | 44 | 51 |
| Binary | 1000011 | 10001101 | 1100001 | 110100 | 0 | 11111 | 101101 | 10010000 | 100100 | 101001 |
Color Harmonies of #438D61
Complementary color
Monochromatic Colors of #438D61
Black with #438D61
Text Example
Text Example
White with #438D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438D61; }
p { color: rgb(67,141,97); }
H1.HeaderClassName
{
color: #438D61;
}
.AnyTagClassName
{
color: #438D61;
}
</style>
background-color css
<style>
a { background-color: #438D61; }
a { background-color: rgb(67,141,97); }
div.DivClassName
{
background-color: #438D61;
}
.BgClassName
{
background-color: #438D61;
}
</style>
border-color css
<style>
span { border-color: #438D61; }
span { border-color: rgb(67,141,97); }
td.TdClassName
{
border-color: #438D61;
}
.TagClassName
{
border-color: #438D61;
}
</style>