Shades of Fruit Salad #438E4A
Tints of Fruit Salad #438E4A
RGB
CMYK
RGB Variations
Color information
#438E4A (or 0x438E4A) is known color: Fruit Salad. HEX triplet: 43, 8E and 4A. RGB value is (67,142,74). Sum of RGB (Red+Green+Blue) = 67+142+74=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #438E4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438E4A is #BC71B5. Grayscale: #707070. Windows color (decimal): -12349878 or 4886083. OLE color: 4886083.
HSL color Cylindrical-coordinate representation of color #438E4A: hue angle of 125.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438E4A is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 142 | 74 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.44 |
| HSL | 125.6º | 0.36% | 0.41% | - |
| HSV(B) | 125.6º | 0.53% | 0.56% | - |
| XYZ | 13.22 | 21.03 | 9.84 | - |
| YUV | 111.82 | 106.65 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 142 | 74 | 0.53 | 0 | 0.48 | 0.44 | 125.6 | 0.36 | 0.41 |
| Hex | 43 | 8E | 4A | 35 | 0 | 30 | 2C | 7E | 24 | 29 |
| Octal | 103 | 216 | 112 | 65 | 0 | 60 | 54 | 176 | 44 | 51 |
| Binary | 1000011 | 10001110 | 1001010 | 110101 | 0 | 110000 | 101100 | 1111110 | 100100 | 101001 |
Color Harmonies of #438E4A
Complementary color
Monochromatic Colors of #438E4A
Black with #438E4A
Text Example
Text Example
White with #438E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438E4A; }
p { color: rgb(67,142,74); }
H1.HeaderClassName
{
color: #438E4A;
}
.AnyTagClassName
{
color: #438E4A;
}
</style>
background-color css
<style>
a { background-color: #438E4A; }
a { background-color: rgb(67,142,74); }
div.DivClassName
{
background-color: #438E4A;
}
.BgClassName
{
background-color: #438E4A;
}
</style>
border-color css
<style>
span { border-color: #438E4A; }
span { border-color: rgb(67,142,74); }
td.TdClassName
{
border-color: #438E4A;
}
.TagClassName
{
border-color: #438E4A;
}
</style>