Html Css Color HEX #52A155 Fruit Salad

📋 copy color: '#52A155'

red 82 ◦ green 161 ◦ blue 85

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

Shades of Fruit Salad #52A155

Tints of Fruit Salad #52A155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.91%

R = 25%
G = 49.09%
B = 25.91%

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

#52A155 (or 0x52A155) is known color: Fruit Salad. HEX triplet: 52, A1 and 55. RGB value is (82,161,85). Sum of RGB (Red+Green+Blue) = 82+161+85=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #52A155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A155 is #AD5EAA. Grayscale: #808080. Windows color (decimal): -11361963 or 5611858. OLE color: 5611858.

HSL color Cylindrical-coordinate representation of color #52A155: hue angle of 122.28º 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 #52A155 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 161 85 -
CMYK 0.49 0 0.47 0.37
HSL 122.28º 0.33% 0.48% -
HSV(B) 122.28º 0.49% 0.63% -
XYZ 17.86 27.94 13.05 -
YUV 128.72 103.33 94.68 -
System Red Green Blue C M Y K H S L
Decimal 82 161 85 0.49 0 0.47 0.37 122.28 0.33 0.48
Hex 52 A1 55 31 0 2F 25 7A 21 30
Octal 122 241 125 61 0 57 45 172 41 60
Binary 1010010 10100001 1010101 110001 0 101111 100101 1111010 100001 110000

Color Harmonies of #52A155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A155

Black with #52A155

Text Example


Text Example

White with #52A155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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