#51934C

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

Shades of Fruit Salad #51934C

Tints of Fruit Salad #51934C

Color information

#51934C (or 0x51934C) is unknown color: approx Fruit Salad. HEX triplet: 51, 93 and 4C. RGB value is (81,147,76). Sum of RGB (Red+Green+Blue) = 81+147+76=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #51934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51934C is #AE6CB3. Grayscale: #777777. Windows color (decimal): -11431092 or 5018449. OLE color: 5018449.

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

Color convert

RGB8114776-
CMYK0.4500.480.42
HSL115.77º31.84%43.73%-
HSV(B)115.77º48.3%57.65%-
XYZ15.1323.1410.51-
YUV119.17103.63100.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 76 (30.08% from 255) = 25%
R=26.64%
G=48.36%
B=25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147760.4500.480.42115.7731.8443.73
Hex51934C2D0302A74202c
Octal12122311455060521644054
Binary101000110010011100110010110101100001010101110100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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