#37A045

Color #37A045 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #37A045

Tints of Fruit Salad #37A045

Color information

#37A045 (or 0x37A045) is unknown color: approx Fruit Salad. HEX triplet: 37, A0 and 45. RGB value is (55,160,69). Sum of RGB (Red+Green+Blue) = 55+160+69=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #37A045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37A045 is #C85FBA. Grayscale: #767676. Windows color (decimal): -13131707 or 4562999. OLE color: 4562999.

HSL color Cylindrical-coordinate representation of color #37A045: hue angle of 128º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A045 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB5516069-
CMYK0.6600.570.37
HSL128º48.84%42.16%-
HSV(B)128º65.62%62.75%-
XYZ15.2226.389.92-
YUV118.23100.2182.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 19.37%
GREEN value IS 160 (62.89% from 255) = 56.34%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=19.37%
G=56.34%
B=24.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal55160690.6600.570.3712848.8442.16
Hex37A045420392580312a
Octal67240105102071452006152
Binary1101111010000010001011000010011100110010110000000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37A045; }

 p { color: rgb(55,160,69); }

 H1.HeaderClassName
 {
   color: #37A045;
 }
 .AnyTagClassName
 {
   color: #37A045;
 }
</style>
background-color css

<style>
 a { background-color: #37A045; }

 a { background-color: rgb(55,160,69); }

 div.DivClassName
 {
   background-color: #37A045;
 }
 .BgClassName
 {
   background-color: #37A045;
 }
</style>
border-color css

<style>
 span { border-color: #37A045; }

 span { border-color: rgb(55,160,69); }

 td.TdClassName
 {
   border-color: #37A045;
 }
 .TagClassName
 {
   border-color: #37A045;
 }
</style>