Html Css Color HEX #52974C Fruit Salad

📋 copy color: '#52974C'

red 82 ◦ green 151 ◦ blue 76

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

Shades of Fruit Salad #52974C

Tints of Fruit Salad #52974C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.87%

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

R = 26.54%
G = 48.87%
B = 24.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#52974C (or 0x52974C) is known color: Fruit Salad. HEX triplet: 52, 97 and 4C. RGB value is (82,151,76). Sum of RGB (Red+Green+Blue) = 82+151+76=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #52974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52974C is #AD68B3. Grayscale: #7A7A7A. Windows color (decimal): -11364532 or 5019474. OLE color: 5019474.

HSL color Cylindrical-coordinate representation of color #52974C: hue angle of 115.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52974C is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 76 -
CMYK 0.46 0 0.50 0.41
HSL 115.2º 0.33% 0.45% -
HSV(B) 115.2º 0.5% 0.59% -
XYZ 15.85 24.45 10.72 -
YUV 121.82 102.14 99.6 -
System Red Green Blue C M Y K H S L
Decimal 82 151 76 0.46 0 0.50 0.41 115.2 0.33 0.45
Hex 52 97 4C 2E 0 32 29 73 21 2D
Octal 122 227 114 56 0 62 51 163 41 55
Binary 1010010 10010111 1001100 101110 0 110010 101001 1110011 100001 101101

Color Harmonies of #52974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52974C

Black with #52974C

Text Example


Text Example

White with #52974C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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