Html Css Color HEX #52A156 Fruit Salad

📋 copy color: '#52A156'

red 82 ◦ green 161 ◦ blue 86

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

Shades of Fruit Salad #52A156

Tints of Fruit Salad #52A156

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.94%

 BLUE value IS 86 (33.98% from 255) = 26.14%

R = 24.92%
G = 48.94%
B = 26.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#52A156 (or 0x52A156) is known color: Fruit Salad. HEX triplet: 52, A1 and 56. RGB value is (82,161,86). Sum of RGB (Red+Green+Blue) = 82+161+86=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #52A156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A156 is #AD5EA9. Grayscale: #818181. Windows color (decimal): -11361962 or 5677394. OLE color: 5677394.

HSL color Cylindrical-coordinate representation of color #52A156: hue angle of 123.04º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A156 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 161 86 -
CMYK 0.49 0 0.47 0.37
HSL 123.04º 0.33% 0.48% -
HSV(B) 123.04º 0.49% 0.63% -
XYZ 17.9 27.96 13.26 -
YUV 128.83 103.83 94.6 -
System Red Green Blue C M Y K H S L
Decimal 82 161 86 0.49 0 0.47 0.37 123.04 0.33 0.48
Hex 52 A1 56 31 0 2F 25 7B 21 30
Octal 122 241 126 61 0 57 45 173 41 60
Binary 1010010 10100001 1010110 110001 0 101111 100101 1111011 100001 110000

Color Harmonies of #52A156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A156

Black with #52A156

Text Example


Text Example

White with #52A156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,161,86); }

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

background-color css

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

 a { background-color: rgb(82,161,86); }

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

border-color css

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

 span { border-color: rgb(82,161,86); }

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