Html Css Color HEX #52A642 Fruit Salad

📋 copy color: '#52A642'

red 82 ◦ green 166 ◦ blue 66

#52A642
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #52A642

Tints of Fruit Salad #52A642

RGB

 RED value IS 82 (32.42% from 255) = 26.11%

 GREEN value IS 166 (65.23% from 255) = 52.87%

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 26.11%
G = 52.87%
B = 21.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#52A642 (or 0x52A642) is known color: Fruit Salad. HEX triplet: 52, A6 and 42. RGB value is (82,166,66). Sum of RGB (Red+Green+Blue) = 82+166+66=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #52A642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A642 is #AD59BD. Grayscale: #818181. Windows color (decimal): -11360702 or 4367954. OLE color: 4367954.

HSL color Cylindrical-coordinate representation of color #52A642: hue angle of 110.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52A642 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 166 66 -
CMYK 0.51 0 0.60 0.35
HSL 110.4º 0.43% 0.45% -
HSV(B) 110.4º 0.6% 0.65% -
XYZ 18.1 29.46 9.89 -
YUV 129.48 92.17 94.13 -
System Red Green Blue C M Y K H S L
Decimal 82 166 66 0.51 0 0.60 0.35 110.4 0.43 0.45
Hex 52 A6 42 33 0 3C 23 6E 2B 2D
Octal 122 246 102 63 0 74 43 156 53 55
Binary 1010010 10100110 1000010 110011 0 111100 100011 1101110 101011 101101

Color Harmonies of #52A642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A642

Black with #52A642

Text Example


Text Example

White with #52A642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,166,66); }

 H1.HeaderClassName
 {
   color: #52A642;
 }
 .AnyTagClassName
 {
   color: #52A642;
 }
</style>

background-color css

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

 a { background-color: rgb(82,166,66); }

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

border-color css

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

 span { border-color: rgb(82,166,66); }

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