#52934E

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

Shades of Fruit Salad #52934E

Tints of Fruit Salad #52934E

Color information

#52934E (or 0x52934E) is unknown color: approx Fruit Salad. HEX triplet: 52, 93 and 4E. RGB value is (82,147,78). Sum of RGB (Red+Green+Blue) = 82+147+78=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #52934E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52934E is #AD6CB1. Grayscale: #777777. Windows color (decimal): -11365554 or 5149522. OLE color: 5149522.

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

Color convert

RGB8214778-
CMYK0.4400.470.42
HSL116.52º30.67%44.12%-
HSV(B)116.52º46.94%57.65%-
XYZ15.2923.2110.88-
YUV119.7104.47101.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=26.71%
G=47.88%
B=25.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147780.4400.470.42116.5230.6744.12
Hex52934E2C02F2A751f2c
Octal12222311654057521653754
Binary10100101001001110011101011000101111101010111010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52934E; }

 p { color: rgb(82,147,78); }

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

<style>
 a { background-color: #52934E; }

 a { background-color: rgb(82,147,78); }

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

<style>
 span { border-color: #52934E; }

 span { border-color: rgb(82,147,78); }

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