Html Css Color HEX #52A043 Fruit Salad

📋 copy color: '#52A043'

red 82 ◦ green 160 ◦ blue 67

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

Shades of Fruit Salad #52A043

Tints of Fruit Salad #52A043

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.78%

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

R = 26.54%
G = 51.78%
B = 21.68%

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

#52A043 (or 0x52A043) is known color: Fruit Salad. HEX triplet: 52, A0 and 43. RGB value is (82,160,67). Sum of RGB (Red+Green+Blue) = 82+160+67=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #52A043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A043 is #AD5FBC. Grayscale: #7E7E7E. Windows color (decimal): -11362237 or 4431954. OLE color: 4431954.

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

Color convert

RGB 82 160 67 -
CMYK 0.49 0 0.58 0.37
HSL 110.32º 0.41% 0.45% -
HSV(B) 110.32º 0.58% 0.63% -
XYZ 17.06 27.34 9.69 -
YUV 126.08 94.66 96.56 -
System Red Green Blue C M Y K H S L
Decimal 82 160 67 0.49 0 0.58 0.37 110.32 0.41 0.45
Hex 52 A0 43 31 0 3A 25 6E 29 2D
Octal 122 240 103 61 0 72 45 156 51 55
Binary 1010010 10100000 1000011 110001 0 111010 100101 1101110 101001 101101

Color Harmonies of #52A043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A043

Black with #52A043

Text Example


Text Example

White with #52A043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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