Html Css Color HEX #52974E Fruit Salad

📋 copy color: '#52974E'

red 82 ◦ green 151 ◦ blue 78

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

Shades of Fruit Salad #52974E

Tints of Fruit Salad #52974E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.08%

R = 26.37%
G = 48.55%
B = 25.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#52974E (or 0x52974E) is known color: Fruit Salad. HEX triplet: 52, 97 and 4E. RGB value is (82,151,78). Sum of RGB (Red+Green+Blue) = 82+151+78=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #52974E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52974E is #AD68B1. Grayscale: #7A7A7A. Windows color (decimal): -11364530 or 5150546. OLE color: 5150546.

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

Color convert

RGB 82 151 78 -
CMYK 0.46 0 0.48 0.41
HSL 116.71º 0.32% 0.45% -
HSV(B) 116.71º 0.48% 0.59% -
XYZ 15.92 24.48 11.09 -
YUV 122.05 103.14 99.44 -
System Red Green Blue C M Y K H S L
Decimal 82 151 78 0.46 0 0.48 0.41 116.71 0.32 0.45
Hex 52 97 4E 2E 0 30 29 75 20 2D
Octal 122 227 116 56 0 60 51 165 40 55
Binary 1010010 10010111 1001110 101110 0 110000 101001 1110101 100000 101101

Color Harmonies of #52974E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52974E

Black with #52974E

Text Example


Text Example

White with #52974E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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