Shades of Fruit Salad #42963D
Tints of Fruit Salad #42963D
RGB
CMYK
RGB Variations
Color information
#42963D (or 0x42963D) is known color: Fruit Salad. HEX triplet: 42, 96 and 3D. RGB value is (66,150,61). Sum of RGB (Red+Green+Blue) = 66+150+61=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #42963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42963D is #BD69C2. Grayscale: #737373. Windows color (decimal): -12413379 or 4036162. OLE color: 4036162.
HSL color Cylindrical-coordinate representation of color #42963D: hue angle of 116.63º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42963D is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 150 | 61 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.41 |
| HSL | 116.63º | 0.42% | 0.41% | - |
| HSV(B) | 116.63º | 0.59% | 0.59% | - |
| XYZ | 14 | 23.31 | 8.18 | - |
| YUV | 114.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 61 | 0.56 | 0 | 0.59 | 0.41 | 116.63 | 0.42 | 0.41 |
| Hex | 42 | 96 | 3D | 38 | 0 | 3B | 29 | 75 | 2A | 29 |
| Octal | 102 | 226 | 75 | 70 | 0 | 73 | 51 | 165 | 52 | 51 |
| Binary | 1000010 | 10010110 | 111101 | 111000 | 0 | 111011 | 101001 | 1110101 | 101010 | 101001 |
Color Harmonies of #42963D
Complementary color
Monochromatic Colors of #42963D
Black with #42963D
Text Example
Text Example
White with #42963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42963D; }
p { color: rgb(66,150,61); }
H1.HeaderClassName
{
color: #42963D;
}
.AnyTagClassName
{
color: #42963D;
}
</style>
background-color css
<style>
a { background-color: #42963D; }
a { background-color: rgb(66,150,61); }
div.DivClassName
{
background-color: #42963D;
}
.BgClassName
{
background-color: #42963D;
}
</style>
border-color css
<style>
span { border-color: #42963D; }
span { border-color: rgb(66,150,61); }
td.TdClassName
{
border-color: #42963D;
}
.TagClassName
{
border-color: #42963D;
}
</style>