Html Css Color HEX #529D5F Fruit Salad

📋 copy color: '#529D5F'

red 82 ◦ green 157 ◦ blue 95

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

Shades of Fruit Salad #529D5F

Tints of Fruit Salad #529D5F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.01%

 BLUE value IS 95 (37.5% from 255) = 28.44%

R = 24.55%
G = 47.01%
B = 28.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#529D5F (or 0x529D5F) is known color: Fruit Salad. HEX triplet: 52, 9D and 5F. RGB value is (82,157,95). Sum of RGB (Red+Green+Blue) = 82+157+95=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #529D5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D5F is #AD62A0. Grayscale: #7F7F7F. Windows color (decimal): -11362977 or 6266194. OLE color: 6266194.

HSL color Cylindrical-coordinate representation of color #529D5F: hue angle of 130.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D5F is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 95 -
CMYK 0.48 0 0.39 0.38
HSL 130.4º 0.31% 0.47% -
HSV(B) 130.4º 0.48% 0.62% -
XYZ 17.6 26.73 15.06 -
YUV 127.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 82 157 95 0.48 0 0.39 0.38 130.4 0.31 0.47
Hex 52 9D 5F 30 0 27 26 82 1F 2F
Octal 122 235 137 60 0 47 46 202 37 57
Binary 1010010 10011101 1011111 110000 0 100111 100110 10000010 11111 101111

Color Harmonies of #529D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D5F

Black with #529D5F

Text Example


Text Example

White with #529D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529D5F; }

 p { color: rgb(82,157,95); }

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

background-color css

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

 a { background-color: rgb(82,157,95); }

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

border-color css

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

 span { border-color: rgb(82,157,95); }

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