Html Css Color HEX #52995B Fruit Salad

📋 copy color: '#52995B'

red 82 ◦ green 153 ◦ blue 91

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

Shades of Fruit Salad #52995B

Tints of Fruit Salad #52995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.93%

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

R = 25.15%
G = 46.93%
B = 27.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#52995B (or 0x52995B) is known color: Fruit Salad. HEX triplet: 52, 99 and 5B. RGB value is (82,153,91). Sum of RGB (Red+Green+Blue) = 82+153+91=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #52995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52995B is #AD66A4. Grayscale: #7C7C7C. Windows color (decimal): -11364005 or 6003026. OLE color: 6003026.

HSL color Cylindrical-coordinate representation of color #52995B: hue angle of 127.61º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52995B is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 91 -
CMYK 0.46 0 0.41 0.4
HSL 127.61º 0.3% 0.46% -
HSV(B) 127.61º 0.46% 0.6% -
XYZ 16.76 25.33 13.9 -
YUV 124.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 82 153 91 0.46 0 0.41 0.4 127.61 0.3 0.46
Hex 52 99 5B 2E 0 29 28 80 1E 2E
Octal 122 231 133 56 0 51 50 200 36 56
Binary 1010010 10011001 1011011 101110 0 101001 101000 10000000 11110 101110

Color Harmonies of #52995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52995B

Black with #52995B

Text Example


Text Example

White with #52995B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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