#52944F

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

Shades of Fruit Salad #52944F

Tints of Fruit Salad #52944F

Color information

#52944F (or 0x52944F) is unknown color: approx Fruit Salad. HEX triplet: 52, 94 and 4F. RGB value is (82,148,79). Sum of RGB (Red+Green+Blue) = 82+148+79=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #52944F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52944F is #AD6BB0. Grayscale: #787878. Windows color (decimal): -11365297 or 5215314. OLE color: 5215314.

HSL color Cylindrical-coordinate representation of color #52944F: hue angle of 117.39º 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 #52944F is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB8214879-
CMYK0.4500.470.42
HSL117.39º30.4%44.51%-
HSV(B)117.39º46.62%58.04%-
XYZ15.4823.5411.12-
YUV120.4104.63100.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 148 (58.20% from 255) = 47.90%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=26.54%
G=47.90%
B=25.57%

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
Decimal82148790.4500.470.42117.3930.444.51
Hex52944F2D02F2A751e2d
Octal12222411755057521653655
Binary10100101001010010011111011010101111101010111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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