#51994A

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

Shades of Fruit Salad #51994A

Tints of Fruit Salad #51994A

Color information

#51994A (or 0x51994A) is unknown color: approx Fruit Salad. HEX triplet: 51, 99 and 4A. RGB value is (81,153,74). Sum of RGB (Red+Green+Blue) = 81+153+74=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #51994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51994A is #AE66B5. Grayscale: #7A7A7A. Windows color (decimal): -11429558 or 4888913. OLE color: 4888913.

HSL color Cylindrical-coordinate representation of color #51994A: hue angle of 114.68º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51994A is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB8115374-
CMYK0.4700.520.4
HSL114.68º34.8%44.51%-
HSV(B)114.68º51.63%60%-
XYZ16.0225.0310.46-
YUV122.47100.6598.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 153 (60.16% from 255) = 49.68%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=26.30%
G=49.68%
B=24.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81153740.4700.520.4114.6834.844.51
Hex51994A2F0342873232d
Octal12123111257064501634355
Binary101000110011001100101010111101101001010001110011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51994A; }

 p { color: rgb(81,153,74); }

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

<style>
 a { background-color: #51994A; }

 a { background-color: rgb(81,153,74); }

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

<style>
 span { border-color: #51994A; }

 span { border-color: rgb(81,153,74); }

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