#51934F

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

Shades of Fruit Salad #51934F

Tints of Fruit Salad #51934F

Color information

#51934F (or 0x51934F) is unknown color: approx Fruit Salad. HEX triplet: 51, 93 and 4F. RGB value is (81,147,79). Sum of RGB (Red+Green+Blue) = 81+147+79=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #51934F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51934F is #AE6CB0. Grayscale: #777777. Windows color (decimal): -11431089 or 5215057. OLE color: 5215057.

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

Color convert

RGB8114779-
CMYK0.4500.460.42
HSL118.24º30.09%44.31%-
HSV(B)118.24º46.26%57.65%-
XYZ15.2423.1811.07-
YUV119.51105.13100.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.38%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=26.38%
G=47.88%
B=25.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147790.4500.460.42118.2430.0944.31
Hex51934F2D02E2A761e2c
Octal12122311755056521663654
Binary10100011001001110011111011010101110101010111011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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