Shades of Eucalyptus #438B61
Tints of Eucalyptus #438B61
RGB
CMYK
RGB Variations
Color information
#438B61 (or 0x438B61) is known color: Eucalyptus. HEX triplet: 43, 8B and 61. RGB value is (67,139,97). Sum of RGB (Red+Green+Blue) = 67+139+97=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #438B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438B61 is #BC749E. Grayscale: #707070. Windows color (decimal): -12350623 or 6392643. OLE color: 6392643.
HSL color Cylindrical-coordinate representation of color #438B61: hue angle of 145º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438B61 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 139 | 97 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.45 |
| HSL | 145º | 0.35% | 0.4% | - |
| HSV(B) | 145º | 0.52% | 0.55% | - |
| XYZ | 13.71 | 20.52 | 14.55 | - |
| YUV | 112.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 97 | 0.52 | 0 | 0.30 | 0.45 | 145 | 0.35 | 0.4 |
| Hex | 43 | 8B | 61 | 34 | 0 | 1E | 2D | 91 | 23 | 28 |
| Octal | 103 | 213 | 141 | 64 | 0 | 36 | 55 | 221 | 43 | 50 |
| Binary | 1000011 | 10001011 | 1100001 | 110100 | 0 | 11110 | 101101 | 10010001 | 100011 | 101000 |
Color Harmonies of #438B61
Complementary color
Monochromatic Colors of #438B61
Black with #438B61
Text Example
Text Example
White with #438B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438B61; }
p { color: rgb(67,139,97); }
H1.HeaderClassName
{
color: #438B61;
}
.AnyTagClassName
{
color: #438B61;
}
</style>
background-color css
<style>
a { background-color: #438B61; }
a { background-color: rgb(67,139,97); }
div.DivClassName
{
background-color: #438B61;
}
.BgClassName
{
background-color: #438B61;
}
</style>
border-color css
<style>
span { border-color: #438B61; }
span { border-color: rgb(67,139,97); }
td.TdClassName
{
border-color: #438B61;
}
.TagClassName
{
border-color: #438B61;
}
</style>