#51974C

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

Shades of Fruit Salad #51974C

Tints of Fruit Salad #51974C

Color information

#51974C (or 0x51974C) is unknown color: approx Fruit Salad. HEX triplet: 51, 97 and 4C. RGB value is (81,151,76). Sum of RGB (Red+Green+Blue) = 81+151+76=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #51974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51974C is #AE68B3. Grayscale: #797979. Windows color (decimal): -11430068 or 5019473. OLE color: 5019473.

HSL color Cylindrical-coordinate representation of color #51974C: hue angle of 116º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51974C is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB8115176-
CMYK0.4600.500.41
HSL116º33.04%44.51%-
HSV(B)116º49.67%59.22%-
XYZ15.7624.410.72-
YUV121.52102.3199.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 151 (59.38% from 255) = 49.03%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=26.30%
G=49.03%
B=24.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81151760.4600.500.4111633.0444.51
Hex51974C2E0322974212d
Octal12122711456062511644155
Binary101000110010111100110010111001100101010011110100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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