Html Css Color HEX #52954A Fruit Salad

📋 copy color: '#52954A'

red 82 ◦ green 149 ◦ blue 74

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

Shades of Fruit Salad #52954A

Tints of Fruit Salad #52954A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.26%

R = 26.89%
G = 48.85%
B = 24.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#52954A (or 0x52954A) is known color: Fruit Salad. HEX triplet: 52, 95 and 4A. RGB value is (82,149,74). Sum of RGB (Red+Green+Blue) = 82+149+74=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #52954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52954A is #AD6AB5. Grayscale: #787878. Windows color (decimal): -11365046 or 4887890. OLE color: 4887890.

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

Color convert

RGB 82 149 74 -
CMYK 0.45 0 0.50 0.42
HSL 113.6º 0.34% 0.44% -
HSV(B) 113.6º 0.5% 0.58% -
XYZ 15.46 23.78 10.25 -
YUV 120.42 101.8 100.6 -
System Red Green Blue C M Y K H S L
Decimal 82 149 74 0.45 0 0.50 0.42 113.6 0.34 0.44
Hex 52 95 4A 2D 0 32 2A 72 22 2C
Octal 122 225 112 55 0 62 52 162 42 54
Binary 1010010 10010101 1001010 101101 0 110010 101010 1110010 100010 101100

Color Harmonies of #52954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52954A

Black with #52954A

Text Example


Text Example

White with #52954A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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