#52944A

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

Shades of Fruit Salad #52944A

Tints of Fruit Salad #52944A

Color information

#52944A (or 0x52944A) is unknown color: approx Fruit Salad. HEX triplet: 52, 94 and 4A. RGB value is (82,148,74). Sum of RGB (Red+Green+Blue) = 82+148+74=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #52944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52944A is #AD6BB5. Grayscale: #787878. Windows color (decimal): -11365302 or 4887634. OLE color: 4887634.

HSL color Cylindrical-coordinate representation of color #52944A: hue angle of 113.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52944A is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB8214874-
CMYK0.4500.500.42
HSL113.51º33.33%43.53%-
HSV(B)113.51º50%58.04%-
XYZ15.3123.4710.2-
YUV119.83102.13101.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 148 (58.20% from 255) = 48.68%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=26.97%
G=48.68%
B=24.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82148740.4500.500.42113.5133.3343.53
Hex52944A2D0322A72212c
Octal12222411255062521624154
Binary101001010010100100101010110101100101010101110010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,148,74); }

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

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

 a { background-color: rgb(82,148,74); }

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

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

 span { border-color: rgb(82,148,74); }

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