#51934E

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

Shades of Fruit Salad #51934E

Tints of Fruit Salad #51934E

Color information

#51934E (or 0x51934E) is unknown color: approx Fruit Salad. HEX triplet: 51, 93 and 4E. RGB value is (81,147,78). Sum of RGB (Red+Green+Blue) = 81+147+78=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #51934E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51934E is #AE6CB1. Grayscale: #777777. Windows color (decimal): -11431090 or 5149521. OLE color: 5149521.

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

Color convert

RGB8114778-
CMYK0.4500.470.42
HSL117.39º30.67%44.12%-
HSV(B)117.39º46.94%57.65%-
XYZ15.223.1710.88-
YUV119.4104.63100.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 147 (57.81% from 255) = 48.04%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=26.47%
G=48.04%
B=25.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147780.4500.470.42117.3930.6744.12
Hex51934E2D02F2A751f2c
Octal12122311655057521653754
Binary10100011001001110011101011010101111101010111010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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