Html Css Color HEX #52944D Fruit Salad

📋 copy color: '#52944D'

red 82 ◦ green 148 ◦ blue 77

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

Shades of Fruit Salad #52944D

Tints of Fruit Salad #52944D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.21%

 BLUE value IS 77 (30.47% from 255) = 25.08%

R = 26.71%
G = 48.21%
B = 25.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#52944D (or 0x52944D) is known color: Fruit Salad. HEX triplet: 52, 94 and 4D. RGB value is (82,148,77). Sum of RGB (Red+Green+Blue) = 82+148+77=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #52944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52944D is #AD6BB2. Grayscale: #787878. Windows color (decimal): -11365299 or 5084242. OLE color: 5084242.

HSL color Cylindrical-coordinate representation of color #52944D: hue angle of 115.77º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52944D is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 77 -
CMYK 0.45 0 0.48 0.42
HSL 115.77º 0.32% 0.44% -
HSV(B) 115.77º 0.48% 0.58% -
XYZ 15.41 23.51 10.75 -
YUV 120.17 103.63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 82 148 77 0.45 0 0.48 0.42 115.77 0.32 0.44
Hex 52 94 4D 2D 0 30 2A 74 20 2C
Octal 122 224 115 55 0 60 52 164 40 54
Binary 1010010 10010100 1001101 101101 0 110000 101010 1110100 100000 101100

Color Harmonies of #52944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52944D

Black with #52944D

Text Example


Text Example

White with #52944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52944D; }

 p { color: rgb(82,148,77); }

 H1.HeaderClassName
 {
   color: #52944D;
 }
 .AnyTagClassName
 {
   color: #52944D;
 }
</style>

background-color css

<style>
 a { background-color: #52944D; }

 a { background-color: rgb(82,148,77); }

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

border-color css

<style>
 span { border-color: #52944D; }

 span { border-color: rgb(82,148,77); }

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