Html Css Color HEX #52A444 Fruit Salad

📋 copy color: '#52A444'

red 82 ◦ green 164 ◦ blue 68

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

Shades of Fruit Salad #52A444

Tints of Fruit Salad #52A444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 26.11%
G = 52.23%
B = 21.66%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#52A444 (or 0x52A444) is known color: Fruit Salad. HEX triplet: 52, A4 and 44. RGB value is (82,164,68). Sum of RGB (Red+Green+Blue) = 82+164+68=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #52A444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A444 is #AD5BBB. Grayscale: #808080. Windows color (decimal): -11361212 or 4498514. OLE color: 4498514.

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

Color convert

RGB 82 164 68 -
CMYK 0.5 0 0.59 0.36
HSL 111.25º 0.41% 0.45% -
HSV(B) 111.25º 0.59% 0.64% -
XYZ 17.8 28.76 10.08 -
YUV 128.54 93.83 94.81 -
System Red Green Blue C M Y K H S L
Decimal 82 164 68 0.5 0 0.59 0.36 111.25 0.41 0.45
Hex 52 A4 44 32 0 3B 24 6F 29 2D
Octal 122 244 104 62 0 73 44 157 51 55
Binary 1010010 10100100 1000100 110010 0 111011 100100 1101111 101001 101101

Color Harmonies of #52A444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A444

Black with #52A444

Text Example


Text Example

White with #52A444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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