#51914F

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

Shades of Fruit Salad #51914F

Tints of Fruit Salad #51914F

Color information

#51914F (or 0x51914F) is unknown color: approx Fruit Salad. HEX triplet: 51, 91 and 4F. RGB value is (81,145,79). Sum of RGB (Red+Green+Blue) = 81+145+79=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #51914F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51914F is #AE6EB0. Grayscale: #767676. Windows color (decimal): -11431601 or 5214545. OLE color: 5214545.

HSL color Cylindrical-coordinate representation of color #51914F: hue angle of 118.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51914F is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB8114579-
CMYK0.4400.460.43
HSL118.18º29.46%43.92%-
HSV(B)118.18º45.52%56.86%-
XYZ14.9322.5610.97-
YUV118.34105.8101.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=26.56%
G=47.54%
B=25.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81145790.4400.460.43118.1829.4643.92
Hex51914F2C02E2B761d2c
Octal12122111754056531663554
Binary10100011001000110011111011000101110101011111011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51914F; }

 p { color: rgb(81,145,79); }

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

<style>
 a { background-color: #51914F; }

 a { background-color: rgb(81,145,79); }

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

<style>
 span { border-color: #51914F; }

 span { border-color: rgb(81,145,79); }

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