Shades of Fruit Salad #42A536
Tints of Fruit Salad #42A536
RGB
CMYK
RGB Variations
Color information
#42A536 (or 0x42A536) is known color: Fruit Salad. HEX triplet: 42, A5 and 36. RGB value is (66,165,54). Sum of RGB (Red+Green+Blue) = 66+165+54=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #42A536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A536 is #BD5AC9. Grayscale: #7B7B7B. Windows color (decimal): -12409546 or 3581250. OLE color: 3581250.
HSL color Cylindrical-coordinate representation of color #42A536: hue angle of 113.51º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42A536 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 66 | 165 | 54 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.35 |
| HSL | 113.51º | 0.51% | 0.43% | - |
| HSV(B) | 113.51º | 0.67% | 0.65% | - |
| XYZ | 16.37 | 28.33 | 8.1 | - |
| YUV | 122.75 | 89.2 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 165 | 54 | 0.60 | 0 | 0.67 | 0.35 | 113.51 | 0.51 | 0.43 |
| Hex | 42 | A5 | 36 | 3C | 0 | 43 | 23 | 72 | 33 | 2B |
| Octal | 102 | 245 | 66 | 74 | 0 | 103 | 43 | 162 | 63 | 53 |
| Binary | 1000010 | 10100101 | 110110 | 111100 | 0 | 1000011 | 100011 | 1110010 | 110011 | 101011 |
Color Harmonies of #42A536
Complementary color
Monochromatic Colors of #42A536
Black with #42A536
Text Example
Text Example
White with #42A536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A536; }
p { color: rgb(66,165,54); }
H1.HeaderClassName
{
color: #42A536;
}
.AnyTagClassName
{
color: #42A536;
}
</style>
background-color css
<style>
a { background-color: #42A536; }
a { background-color: rgb(66,165,54); }
div.DivClassName
{
background-color: #42A536;
}
.BgClassName
{
background-color: #42A536;
}
</style>
border-color css
<style>
span { border-color: #42A536; }
span { border-color: rgb(66,165,54); }
td.TdClassName
{
border-color: #42A536;
}
.TagClassName
{
border-color: #42A536;
}
</style>