Shades of Eucalyptus #438C64
Tints of Eucalyptus #438C64
RGB
CMYK
RGB Variations
Color information
#438C64 (or 0x438C64) is known color: Eucalyptus. HEX triplet: 43, 8C and 64. RGB value is (67,140,100). Sum of RGB (Red+Green+Blue) = 67+140+100=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 140 - color contains mainly: green. Hex color #438C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438C64 is #BC739B. Grayscale: #717171. Windows color (decimal): -12350364 or 6589507. OLE color: 6589507.
HSL color Cylindrical-coordinate representation of color #438C64: hue angle of 147.12º degrees, saturation: 0.35, 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 #438C64 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 100 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.45 |
| HSL | 147.12º | 0.35% | 0.41% | - |
| HSV(B) | 147.12º | 0.52% | 0.55% | - |
| XYZ | 13.99 | 20.87 | 15.35 | - |
| YUV | 113.61 | 120.32 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 100 | 0.52 | 0 | 0.29 | 0.45 | 147.12 | 0.35 | 0.41 |
| Hex | 43 | 8C | 64 | 34 | 0 | 1D | 2D | 93 | 23 | 29 |
| Octal | 103 | 214 | 144 | 64 | 0 | 35 | 55 | 223 | 43 | 51 |
| Binary | 1000011 | 10001100 | 1100100 | 110100 | 0 | 11101 | 101101 | 10010011 | 100011 | 101001 |
Color Harmonies of #438C64
Complementary color
Monochromatic Colors of #438C64
Black with #438C64
Text Example
Text Example
White with #438C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C64; }
p { color: rgb(67,140,100); }
H1.HeaderClassName
{
color: #438C64;
}
.AnyTagClassName
{
color: #438C64;
}
</style>
background-color css
<style>
a { background-color: #438C64; }
a { background-color: rgb(67,140,100); }
div.DivClassName
{
background-color: #438C64;
}
.BgClassName
{
background-color: #438C64;
}
</style>
border-color css
<style>
span { border-color: #438C64; }
span { border-color: rgb(67,140,100); }
td.TdClassName
{
border-color: #438C64;
}
.TagClassName
{
border-color: #438C64;
}
</style>