#51955B

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

Shades of Fruit Salad #51955B

Tints of Fruit Salad #51955B

Color information

#51955B (or 0x51955B) is unknown color: approx Fruit Salad. HEX triplet: 51, 95 and 5B. RGB value is (81,149,91). Sum of RGB (Red+Green+Blue) = 81+149+91=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #51955B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51955B is #AE6AA4. Grayscale: #7A7A7A. Windows color (decimal): -11430565 or 6002001. OLE color: 6002001.

HSL color Cylindrical-coordinate representation of color #51955B: hue angle of 128.82º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51955B is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB8114991-
CMYK0.4600.390.42
HSL128.82º29.57%45.1%-
HSV(B)128.82º45.64%58.43%-
XYZ16.032413.69-
YUV122.06110.4798.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=25.23%
G=46.42%
B=28.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149910.4600.390.42128.8229.5745.1
Hex51955B2E0272A811e2d
Octal12122513356047522013655
Binary101000110010101101101110111001001111010101000000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51955B; }

 p { color: rgb(81,149,91); }

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

<style>
 a { background-color: #51955B; }

 a { background-color: rgb(81,149,91); }

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

<style>
 span { border-color: #51955B; }

 span { border-color: rgb(81,149,91); }

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