Shades of Fruit Salad #37AA45
Tints of Fruit Salad #37AA45
RGB
CMYK
RGB Variations
Color information
#37AA45 (or 0x37AA45) is known color: Fruit Salad. HEX triplet: 37, AA and 45. RGB value is (55,170,69). Sum of RGB (Red+Green+Blue) = 55+170+69=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37AA45 is #C855BA. Grayscale: #7C7C7C. Windows color (decimal): -13129147 or 4565559. OLE color: 4565559.
HSL color Cylindrical-coordinate representation of color #37AA45: hue angle of 127.3º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37AA45 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 170 | 69 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.33 |
| HSL | 127.3º | 0.51% | 0.44% | - |
| HSV(B) | 127.3º | 0.68% | 0.67% | - |
| XYZ | 17.02 | 29.99 | 10.52 | - |
| YUV | 124.1 | 96.9 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 170 | 69 | 0.68 | 0 | 0.59 | 0.33 | 127.3 | 0.51 | 0.44 |
| Hex | 37 | AA | 45 | 44 | 0 | 3B | 21 | 7F | 33 | 2C |
| Octal | 67 | 252 | 105 | 104 | 0 | 73 | 41 | 177 | 63 | 54 |
| Binary | 110111 | 10101010 | 1000101 | 1000100 | 0 | 111011 | 100001 | 1111111 | 110011 | 101100 |
Color Harmonies of #37AA45
Complementary color
Monochromatic Colors of #37AA45
Black with #37AA45
Text Example
Text Example
White with #37AA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AA45; }
p { color: rgb(55,170,69); }
H1.HeaderClassName
{
color: #37AA45;
}
.AnyTagClassName
{
color: #37AA45;
}
</style>
background-color css
<style>
a { background-color: #37AA45; }
a { background-color: rgb(55,170,69); }
div.DivClassName
{
background-color: #37AA45;
}
.BgClassName
{
background-color: #37AA45;
}
</style>
border-color css
<style>
span { border-color: #37AA45; }
span { border-color: rgb(55,170,69); }
td.TdClassName
{
border-color: #37AA45;
}
.TagClassName
{
border-color: #37AA45;
}
</style>