#51944F

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

Shades of Fruit Salad #51944F

Tints of Fruit Salad #51944F

Color information

#51944F (or 0x51944F) is unknown color: approx Fruit Salad. HEX triplet: 51, 94 and 4F. RGB value is (81,148,79). Sum of RGB (Red+Green+Blue) = 81+148+79=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #51944F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51944F is #AE6BB0. Grayscale: #787878. Windows color (decimal): -11430833 or 5215313. OLE color: 5215313.

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

Color convert

RGB8114879-
CMYK0.4500.470.42
HSL118.26º30.4%44.51%-
HSV(B)118.26º46.62%58.04%-
XYZ15.3923.4911.12-
YUV120.1104.8100.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=26.30%
G=48.05%
B=25.65%

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
Decimal81148790.4500.470.42118.2630.444.51
Hex51944F2D02F2A761e2d
Octal12122411755057521663655
Binary10100011001010010011111011010101111101010111011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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