Html Css Color HEX #52954E Fruit Salad

📋 copy color: '#52954E'

red 82 ◦ green 149 ◦ blue 78

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

Shades of Fruit Salad #52954E

Tints of Fruit Salad #52954E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.22%

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

R = 26.54%
G = 48.22%
B = 25.24%

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

#52954E (or 0x52954E) is known color: Fruit Salad. HEX triplet: 52, 95 and 4E. RGB value is (82,149,78). Sum of RGB (Red+Green+Blue) = 82+149+78=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #52954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52954E is #AD6AB1. Grayscale: #797979. Windows color (decimal): -11365042 or 5150034. OLE color: 5150034.

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

Color convert

RGB 82 149 78 -
CMYK 0.45 0 0.48 0.42
HSL 116.62º 0.31% 0.45% -
HSV(B) 116.62º 0.48% 0.58% -
XYZ 15.6 23.84 10.99 -
YUV 120.87 103.8 100.27 -
System Red Green Blue C M Y K H S L
Decimal 82 149 78 0.45 0 0.48 0.42 116.62 0.31 0.45
Hex 52 95 4E 2D 0 30 2A 75 1F 2D
Octal 122 225 116 55 0 60 52 165 37 55
Binary 1010010 10010101 1001110 101101 0 110000 101010 1110101 11111 101101

Color Harmonies of #52954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52954E

Black with #52954E

Text Example


Text Example

White with #52954E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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