Html Css Color HEX #52945B Fruit Salad

📋 copy color: '#52945B'

red 82 ◦ green 148 ◦ blue 91

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

Shades of Fruit Salad #52945B

Tints of Fruit Salad #52945B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.35%

R = 25.55%
G = 46.11%
B = 28.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#52945B (or 0x52945B) is known color: Fruit Salad. HEX triplet: 52, 94 and 5B. RGB value is (82,148,91). Sum of RGB (Red+Green+Blue) = 82+148+91=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #52945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52945B is #AD6BA4. Grayscale: #797979. Windows color (decimal): -11365285 or 6001746. OLE color: 6001746.

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

Color convert

RGB 82 148 91 -
CMYK 0.45 0 0.39 0.42
HSL 128.18º 0.29% 0.45% -
HSV(B) 128.18º 0.45% 0.58% -
XYZ 15.96 23.73 13.64 -
YUV 121.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 82 148 91 0.45 0 0.39 0.42 128.18 0.29 0.45
Hex 52 94 5B 2D 0 27 2A 80 1D 2D
Octal 122 224 133 55 0 47 52 200 35 55
Binary 1010010 10010100 1011011 101101 0 100111 101010 10000000 11101 101101

Color Harmonies of #52945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52945B

Black with #52945B

Text Example


Text Example

White with #52945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52945B; }

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

 H1.HeaderClassName
 {
   color: #52945B;
 }
 .AnyTagClassName
 {
   color: #52945B;
 }
</style>

background-color css

<style>
 a { background-color: #52945B; }

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

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

border-color css

<style>
 span { border-color: #52945B; }

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

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