#52B34A

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

Shades of Fruit Salad #52B34A

Tints of Fruit Salad #52B34A

Color information

#52B34A (or 0x52B34A) is unknown color: approx Fruit Salad. HEX triplet: 52, B3 and 4A. RGB value is (82,179,74). Sum of RGB (Red+Green+Blue) = 82+179+74=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #52B34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B34A is #AD4CB5. Grayscale: #8A8A8A. Windows color (decimal): -11357366 or 4895570. OLE color: 4895570.

HSL color Cylindrical-coordinate representation of color #52B34A: hue angle of 115.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52B34A is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB8217974-
CMYK0.5400.590.30
HSL115.43º41.5%49.61%-
HSV(B)115.43º58.66%70.2%-
XYZ20.8434.5312.05-
YUV138.0391.8688.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 179 (70.31% from 255) = 53.43%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=24.48%
G=53.43%
B=22.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82179740.5400.590.30115.4341.549.61
Hex52B34A3603B1E732a32
Octal12226311266073361635262
Binary10100101011001110010101101100111011111101110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52B34A; }

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

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

<style>
 a { background-color: #52B34A; }

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

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

<style>
 span { border-color: #52B34A; }

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

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