Html Css Color HEX #52A445 Fruit Salad

📋 copy color: '#52A445'

red 82 ◦ green 164 ◦ blue 69

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

Shades of Fruit Salad #52A445

Tints of Fruit Salad #52A445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.06%

 BLUE value IS 69 (27.34% from 255) = 21.9%

R = 26.03%
G = 52.06%
B = 21.9%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#52A445 (or 0x52A445) is known color: Fruit Salad. HEX triplet: 52, A4 and 45. RGB value is (82,164,69). Sum of RGB (Red+Green+Blue) = 82+164+69=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #52A445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A445 is #AD5BBA. Grayscale: #808080. Windows color (decimal): -11361211 or 4564050. OLE color: 4564050.

HSL color Cylindrical-coordinate representation of color #52A445: hue angle of 111.79º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52A445 is Cyan = 0.5, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 164 69 -
CMYK 0.5 0 0.58 0.36
HSL 111.79º 0.41% 0.46% -
HSV(B) 111.79º 0.58% 0.64% -
XYZ 17.83 28.77 10.24 -
YUV 128.65 94.33 94.72 -
System Red Green Blue C M Y K H S L
Decimal 82 164 69 0.5 0 0.58 0.36 111.79 0.41 0.46
Hex 52 A4 45 32 0 3A 24 70 29 2E
Octal 122 244 105 62 0 72 44 160 51 56
Binary 1010010 10100100 1000101 110010 0 111010 100100 1110000 101001 101110

Color Harmonies of #52A445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A445

Black with #52A445

Text Example


Text Example

White with #52A445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,164,69); }

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

background-color css

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

 a { background-color: rgb(82,164,69); }

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

border-color css

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

 span { border-color: rgb(82,164,69); }

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