Shades of Eucalyptus #438C5F
Tints of Eucalyptus #438C5F
RGB
CMYK
RGB Variations
Color information
#438C5F (or 0x438C5F) is known color: Eucalyptus. HEX triplet: 43, 8C and 5F. RGB value is (67,140,95). Sum of RGB (Red+Green+Blue) = 67+140+95=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #438C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438C5F is #BC73A0. Grayscale: #717171. Windows color (decimal): -12350369 or 6261827. OLE color: 6261827.
HSL color Cylindrical-coordinate representation of color #438C5F: hue angle of 143.01º 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 #438C5F is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 95 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.45 |
| HSL | 143.01º | 0.35% | 0.41% | - |
| HSV(B) | 143.01º | 0.52% | 0.55% | - |
| XYZ | 13.76 | 20.78 | 14.11 | - |
| YUV | 113.04 | 117.82 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 95 | 0.52 | 0 | 0.32 | 0.45 | 143.01 | 0.35 | 0.41 |
| Hex | 43 | 8C | 5F | 34 | 0 | 20 | 2D | 8F | 23 | 29 |
| Octal | 103 | 214 | 137 | 64 | 0 | 40 | 55 | 217 | 43 | 51 |
| Binary | 1000011 | 10001100 | 1011111 | 110100 | 0 | 100000 | 101101 | 10001111 | 100011 | 101001 |
Color Harmonies of #438C5F
Complementary color
Monochromatic Colors of #438C5F
Black with #438C5F
Text Example
Text Example
White with #438C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C5F; }
p { color: rgb(67,140,95); }
H1.HeaderClassName
{
color: #438C5F;
}
.AnyTagClassName
{
color: #438C5F;
}
</style>
background-color css
<style>
a { background-color: #438C5F; }
a { background-color: rgb(67,140,95); }
div.DivClassName
{
background-color: #438C5F;
}
.BgClassName
{
background-color: #438C5F;
}
</style>
border-color css
<style>
span { border-color: #438C5F; }
span { border-color: rgb(67,140,95); }
td.TdClassName
{
border-color: #438C5F;
}
.TagClassName
{
border-color: #438C5F;
}
</style>