#51954A

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

Shades of Fruit Salad #51954A

Tints of Fruit Salad #51954A

Color information

#51954A (or 0x51954A) is unknown color: approx Fruit Salad. HEX triplet: 51, 95 and 4A. RGB value is (81,149,74). Sum of RGB (Red+Green+Blue) = 81+149+74=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #51954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51954A is #AE6AB5. Grayscale: #787878. Windows color (decimal): -11430582 or 4887889. OLE color: 4887889.

HSL color Cylindrical-coordinate representation of color #51954A: hue angle of 114.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51954A is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB8114974-
CMYK0.4600.500.42
HSL114.4º33.63%43.73%-
HSV(B)114.4º50.34%58.43%-
XYZ15.3823.7410.25-
YUV120.12101.97100.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=26.64%
G=49.01%
B=24.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149740.4600.500.42114.433.6343.73
Hex51954A2E0322A72222c
Octal12122511256062521624254
Binary101000110010101100101010111001100101010101110010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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