Html Css Color HEX #529753 Fruit Salad

📋 copy color: '#529753'

red 82 ◦ green 151 ◦ blue 83

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

Shades of Fruit Salad #529753

Tints of Fruit Salad #529753

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.78%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 25.95%
G = 47.78%
B = 26.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#529753 (or 0x529753) is known color: Fruit Salad. HEX triplet: 52, 97 and 53. RGB value is (82,151,83). Sum of RGB (Red+Green+Blue) = 82+151+83=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #529753 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529753 is #AD68AC. Grayscale: #7A7A7A. Windows color (decimal): -11364525 or 5478226. OLE color: 5478226.

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

Color convert

RGB 82 151 83 -
CMYK 0.46 0 0.45 0.41
HSL 120.87º 0.3% 0.46% -
HSV(B) 120.87º 0.46% 0.59% -
XYZ 16.11 24.55 12.07 -
YUV 122.62 105.64 99.03 -
System Red Green Blue C M Y K H S L
Decimal 82 151 83 0.46 0 0.45 0.41 120.87 0.3 0.46
Hex 52 97 53 2E 0 2D 29 79 1E 2E
Octal 122 227 123 56 0 55 51 171 36 56
Binary 1010010 10010111 1010011 101110 0 101101 101001 1111001 11110 101110

Color Harmonies of #529753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529753

Black with #529753

Text Example


Text Example

White with #529753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529753; }

 p { color: rgb(82,151,83); }

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

background-color css

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

 a { background-color: rgb(82,151,83); }

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

border-color css

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

 span { border-color: rgb(82,151,83); }

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