#51975A

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

Shades of Fruit Salad #51975A

Tints of Fruit Salad #51975A

Color information

#51975A (or 0x51975A) is unknown color: approx Fruit Salad. HEX triplet: 51, 97 and 5A. RGB value is (81,151,90). Sum of RGB (Red+Green+Blue) = 81+151+90=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #51975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51975A is #AE68A5. Grayscale: #7B7B7B. Windows color (decimal): -11430054 or 5936977. OLE color: 5936977.

HSL color Cylindrical-coordinate representation of color #51975A: hue angle of 127.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51975A is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB8115190-
CMYK0.4600.400.41
HSL127.71º30.17%45.49%-
HSV(B)127.71º46.36%59.22%-
XYZ16.3124.6213.57-
YUV123.12109.3197.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 151 (59.38% from 255) = 46.89%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=25.16%
G=46.89%
B=27.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81151900.4600.400.41127.7130.1745.49
Hex51975A2E02829801e2d
Octal12122713256050512003655
Binary101000110010111101101010111001010001010011000000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51975A; }

 p { color: rgb(81,151,90); }

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

<style>
 a { background-color: #51975A; }

 a { background-color: rgb(81,151,90); }

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

<style>
 span { border-color: #51975A; }

 span { border-color: rgb(81,151,90); }

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