#37B140

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

Shades of Fruit Salad #37B140

Tints of Fruit Salad #37B140

Color information

#37B140 (or 0x37B140) is unknown color: approx Fruit Salad. HEX triplet: 37, B1 and 40. RGB value is (55,177,64). Sum of RGB (Red+Green+Blue) = 55+177+64=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #37B140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37B140 is #C84EBF. Grayscale: #7F7F7F. Windows color (decimal): -13127360 or 4239671. OLE color: 4239671.

HSL color Cylindrical-coordinate representation of color #37B140: hue angle of 124.43º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37B140 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB5517764-
CMYK0.6900.640.31
HSL124.43º52.59%45.49%-
HSV(B)124.43º68.93%69.41%-
XYZ18.2232.6310.19-
YUV127.6492.0876.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.58%
GREEN value IS 177 (69.53% from 255) = 59.80%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=18.58%
G=59.80%
B=21.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal55177640.6900.640.31124.4352.5945.49
Hex37B140450401F7c352d
Octal672611001050100371746555
Binary110111101100011000000100010101000000111111111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,177,64); }

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

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

 a { background-color: rgb(55,177,64); }

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

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

 span { border-color: rgb(55,177,64); }

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