Html Css Color HEX #529950 Fruit Salad

📋 copy color: '#529950'

red 82 ◦ green 153 ◦ blue 80

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

Shades of Fruit Salad #529950

Tints of Fruit Salad #529950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 26.03%
G = 48.57%
B = 25.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#529950 (or 0x529950) is known color: Fruit Salad. HEX triplet: 52, 99 and 50. RGB value is (82,153,80). Sum of RGB (Red+Green+Blue) = 82+153+80=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #529950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529950 is #AD66AF. Grayscale: #7B7B7B. Windows color (decimal): -11364016 or 5282130. OLE color: 5282130.

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

Color convert

RGB 82 153 80 -
CMYK 0.46 0 0.48 0.4
HSL 118.36º 0.31% 0.46% -
HSV(B) 118.36º 0.48% 0.6% -
XYZ 16.32 25.16 11.58 -
YUV 123.45 103.48 98.44 -
System Red Green Blue C M Y K H S L
Decimal 82 153 80 0.46 0 0.48 0.4 118.36 0.31 0.46
Hex 52 99 50 2E 0 30 28 76 1F 2E
Octal 122 231 120 56 0 60 50 166 37 56
Binary 1010010 10011001 1010000 101110 0 110000 101000 1110110 11111 101110

Color Harmonies of #529950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529950

Black with #529950

Text Example


Text Example

White with #529950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529950; }

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

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

background-color css

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

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

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

border-color css

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

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

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