#51934A

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

Shades of Fruit Salad #51934A

Tints of Fruit Salad #51934A

Color information

#51934A (or 0x51934A) is unknown color: approx Fruit Salad. HEX triplet: 51, 93 and 4A. RGB value is (81,147,74). Sum of RGB (Red+Green+Blue) = 81+147+74=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #51934A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51934A is #AE6CB5. Grayscale: #777777. Windows color (decimal): -11431094 or 4887377. OLE color: 4887377.

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

Color convert

RGB8114774-
CMYK0.4500.500.42
HSL114.25º33.03%43.33%-
HSV(B)114.25º49.66%57.65%-
XYZ15.0623.1110.15-
YUV118.94102.63100.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=26.82%
G=48.68%
B=24.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147740.4500.500.42114.2533.0343.33
Hex51934A2D0322A72212b
Octal12122311255062521624153
Binary101000110010011100101010110101100101010101110010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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