Html Css Color HEX #52A143 Fruit Salad

📋 copy color: '#52A143'

red 82 ◦ green 161 ◦ blue 67

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

Shades of Fruit Salad #52A143

Tints of Fruit Salad #52A143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.61%

R = 26.45%
G = 51.94%
B = 21.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#52A143 (or 0x52A143) is known color: Fruit Salad. HEX triplet: 52, A1 and 43. RGB value is (82,161,67). Sum of RGB (Red+Green+Blue) = 82+161+67=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #52A143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A143 is #AD5EBC. Grayscale: #7E7E7E. Windows color (decimal): -11361981 or 4432210. OLE color: 4432210.

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

Color convert

RGB 82 161 67 -
CMYK 0.49 0 0.58 0.37
HSL 110.43º 0.41% 0.45% -
HSV(B) 110.43º 0.58% 0.63% -
XYZ 17.24 27.69 9.75 -
YUV 126.66 94.33 96.14 -
System Red Green Blue C M Y K H S L
Decimal 82 161 67 0.49 0 0.58 0.37 110.43 0.41 0.45
Hex 52 A1 43 31 0 3A 25 6E 29 2D
Octal 122 241 103 61 0 72 45 156 51 55
Binary 1010010 10100001 1000011 110001 0 111010 100101 1101110 101001 101101

Color Harmonies of #52A143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A143

Black with #52A143

Text Example


Text Example

White with #52A143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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