#52A74D

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

Shades of Fruit Salad #52A74D

Tints of Fruit Salad #52A74D

Color information

#52A74D (or 0x52A74D) is unknown color: approx Fruit Salad. HEX triplet: 52, A7 and 4D. RGB value is (82,167,77). Sum of RGB (Red+Green+Blue) = 82+167+77=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 167 (65.62% from 255 or 51.23% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 167 - color contains mainly: green. Hex color #52A74D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A74D is #AD58B2. Grayscale: #838383. Windows color (decimal): -11360435 or 5089106. OLE color: 5089106.

HSL color Cylindrical-coordinate representation of color #52A74D: hue angle of 116.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52A74D is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB8216777-
CMYK0.5100.540.35
HSL116.67º36.89%47.84%-
HSV(B)116.67º53.89%65.49%-
XYZ18.6429.9711.82-
YUV131.3297.3492.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 167 (65.62% from 255) = 51.23%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=25.15%
G=51.23%
B=23.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82167770.5100.540.35116.6736.8947.84
Hex52A74D3303623752530
Octal12224711563066431654560
Binary101001010100111100110111001101101101000111110101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,167,77); }

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

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

 a { background-color: rgb(82,167,77); }

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

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

 span { border-color: rgb(82,167,77); }

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