Html Css Color HEX #52944C Fruit Salad

📋 copy color: '#52944C'

red 82 ◦ green 148 ◦ blue 76

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

Shades of Fruit Salad #52944C

Tints of Fruit Salad #52944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 26.8%
G = 48.37%
B = 24.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#52944C (or 0x52944C) is known color: Fruit Salad. HEX triplet: 52, 94 and 4C. RGB value is (82,148,76). Sum of RGB (Red+Green+Blue) = 82+148+76=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #52944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52944C is #AD6BB3. Grayscale: #787878. Windows color (decimal): -11365300 or 5018706. OLE color: 5018706.

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

Color convert

RGB 82 148 76 -
CMYK 0.45 0 0.49 0.42
HSL 115º 0.32% 0.44% -
HSV(B) 115º 0.49% 0.58% -
XYZ 15.37 23.5 10.56 -
YUV 120.06 103.13 100.85 -
System Red Green Blue C M Y K H S L
Decimal 82 148 76 0.45 0 0.49 0.42 115 0.32 0.44
Hex 52 94 4C 2D 0 31 2A 73 20 2C
Octal 122 224 114 55 0 61 52 163 40 54
Binary 1010010 10010100 1001100 101101 0 110001 101010 1110011 100000 101100

Color Harmonies of #52944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52944C

Black with #52944C

Text Example


Text Example

White with #52944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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