Html Css Color HEX #52935C Fruit Salad

📋 copy color: '#52935C'

red 82 ◦ green 147 ◦ blue 92

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

Shades of Fruit Salad #52935C

Tints of Fruit Salad #52935C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.79%

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 25.55%
G = 45.79%
B = 28.66%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#52935C (or 0x52935C) is known color: Fruit Salad. HEX triplet: 52, 93 and 5C. RGB value is (82,147,92). Sum of RGB (Red+Green+Blue) = 82+147+92=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #52935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52935C is #AD6CA3. Grayscale: #797979. Windows color (decimal): -11365540 or 6067026. OLE color: 6067026.

HSL color Cylindrical-coordinate representation of color #52935C: hue angle of 129.23º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52935C is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 92 -
CMYK 0.44 0 0.37 0.42
HSL 129.23º 0.28% 0.45% -
HSV(B) 129.23º 0.44% 0.58% -
XYZ 15.85 23.43 13.81 -
YUV 121.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 82 147 92 0.44 0 0.37 0.42 129.23 0.28 0.45
Hex 52 93 5C 2C 0 25 2A 81 1C 2D
Octal 122 223 134 54 0 45 52 201 34 55
Binary 1010010 10010011 1011100 101100 0 100101 101010 10000001 11100 101101

Color Harmonies of #52935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52935C

Black with #52935C

Text Example


Text Example

White with #52935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52935C; }

 p { color: rgb(82,147,92); }

 H1.HeaderClassName
 {
   color: #52935C;
 }
 .AnyTagClassName
 {
   color: #52935C;
 }
</style>

background-color css

<style>
 a { background-color: #52935C; }

 a { background-color: rgb(82,147,92); }

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

border-color css

<style>
 span { border-color: #52935C; }

 span { border-color: rgb(82,147,92); }

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