Shades of Fruit Salad #42953D
Tints of Fruit Salad #42953D
RGB
CMYK
RGB Variations
Color information
#42953D (or 0x42953D) is known color: Fruit Salad. HEX triplet: 42, 95 and 3D. RGB value is (66,149,61). Sum of RGB (Red+Green+Blue) = 66+149+61=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #42953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42953D is #BD6AC2. Grayscale: #727272. Windows color (decimal): -12413635 or 4035906. OLE color: 4035906.
HSL color Cylindrical-coordinate representation of color #42953D: hue angle of 116.59º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42953D is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 61 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.42 |
| HSL | 116.59º | 0.42% | 0.41% | - |
| HSV(B) | 116.59º | 0.59% | 0.58% | - |
| XYZ | 13.84 | 22.99 | 8.12 | - |
| YUV | 114.15 | 98 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 61 | 0.56 | 0 | 0.59 | 0.42 | 116.59 | 0.42 | 0.41 |
| Hex | 42 | 95 | 3D | 38 | 0 | 3B | 2A | 75 | 2A | 29 |
| Octal | 102 | 225 | 75 | 70 | 0 | 73 | 52 | 165 | 52 | 51 |
| Binary | 1000010 | 10010101 | 111101 | 111000 | 0 | 111011 | 101010 | 1110101 | 101010 | 101001 |
Color Harmonies of #42953D
Complementary color
Monochromatic Colors of #42953D
Black with #42953D
Text Example
Text Example
White with #42953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42953D; }
p { color: rgb(66,149,61); }
H1.HeaderClassName
{
color: #42953D;
}
.AnyTagClassName
{
color: #42953D;
}
</style>
background-color css
<style>
a { background-color: #42953D; }
a { background-color: rgb(66,149,61); }
div.DivClassName
{
background-color: #42953D;
}
.BgClassName
{
background-color: #42953D;
}
</style>
border-color css
<style>
span { border-color: #42953D; }
span { border-color: rgb(66,149,61); }
td.TdClassName
{
border-color: #42953D;
}
.TagClassName
{
border-color: #42953D;
}
</style>