Shades of Fruit Salad #42923E
Tints of Fruit Salad #42923E
RGB
CMYK
RGB Variations
Color information
#42923E (or 0x42923E) is known color: Fruit Salad. HEX triplet: 42, 92 and 3E. RGB value is (66,146,62). Sum of RGB (Red+Green+Blue) = 66+146+62=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #42923E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42923E is #BD6DC1. Grayscale: #707070. Windows color (decimal): -12414402 or 4100674. OLE color: 4100674.
HSL color Cylindrical-coordinate representation of color #42923E: hue angle of 117.14º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42923E is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 62 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.43 |
| HSL | 117.14º | 0.4% | 0.41% | - |
| HSV(B) | 117.14º | 0.58% | 0.57% | - |
| XYZ | 13.4 | 22.06 | 8.11 | - |
| YUV | 112.5 | 99.5 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 62 | 0.55 | 0 | 0.58 | 0.43 | 117.14 | 0.4 | 0.41 |
| Hex | 42 | 92 | 3E | 37 | 0 | 3A | 2B | 75 | 28 | 29 |
| Octal | 102 | 222 | 76 | 67 | 0 | 72 | 53 | 165 | 50 | 51 |
| Binary | 1000010 | 10010010 | 111110 | 110111 | 0 | 111010 | 101011 | 1110101 | 101000 | 101001 |
Color Harmonies of #42923E
Complementary color
Monochromatic Colors of #42923E
Black with #42923E
Text Example
Text Example
White with #42923E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42923E; }
p { color: rgb(66,146,62); }
H1.HeaderClassName
{
color: #42923E;
}
.AnyTagClassName
{
color: #42923E;
}
</style>
background-color css
<style>
a { background-color: #42923E; }
a { background-color: rgb(66,146,62); }
div.DivClassName
{
background-color: #42923E;
}
.BgClassName
{
background-color: #42923E;
}
</style>
border-color css
<style>
span { border-color: #42923E; }
span { border-color: rgb(66,146,62); }
td.TdClassName
{
border-color: #42923E;
}
.TagClassName
{
border-color: #42923E;
}
</style>