Html Css Color HEX #52995A Fruit Salad

📋 copy color: '#52995A'

red 82 ◦ green 153 ◦ blue 90

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

Shades of Fruit Salad #52995A

Tints of Fruit Salad #52995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 25.23%
G = 47.08%
B = 27.69%

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

#52995A (or 0x52995A) is known color: Fruit Salad. HEX triplet: 52, 99 and 5A. RGB value is (82,153,90). Sum of RGB (Red+Green+Blue) = 82+153+90=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #52995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52995A is #AD66A5. Grayscale: #7C7C7C. Windows color (decimal): -11364006 or 5937490. OLE color: 5937490.

HSL color Cylindrical-coordinate representation of color #52995A: hue angle of 126.76º 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 #52995A is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 90 -
CMYK 0.46 0 0.41 0.4
HSL 126.76º 0.3% 0.46% -
HSV(B) 126.76º 0.46% 0.6% -
XYZ 16.72 25.31 13.68 -
YUV 124.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 82 153 90 0.46 0 0.41 0.4 126.76 0.3 0.46
Hex 52 99 5A 2E 0 29 28 7F 1E 2E
Octal 122 231 132 56 0 51 50 177 36 56
Binary 1010010 10011001 1011010 101110 0 101001 101000 1111111 11110 101110

Color Harmonies of #52995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52995A

Black with #52995A

Text Example


Text Example

White with #52995A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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