Html Css Color HEX #529B5B Fruit Salad

📋 copy color: '#529B5B'

red 82 ◦ green 155 ◦ blue 91

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

Shades of Fruit Salad #529B5B

Tints of Fruit Salad #529B5B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.26%

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 25%
G = 47.26%
B = 27.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#529B5B (or 0x529B5B) is known color: Fruit Salad. HEX triplet: 52, 9B and 5B. RGB value is (82,155,91). Sum of RGB (Red+Green+Blue) = 82+155+91=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #529B5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B5B is #AD64A4. Grayscale: #7E7E7E. Windows color (decimal): -11363493 or 6003538. OLE color: 6003538.

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

Color convert

RGB 82 155 91 -
CMYK 0.47 0 0.41 0.39
HSL 127.4º 0.31% 0.46% -
HSV(B) 127.4º 0.47% 0.61% -
XYZ 17.09 25.99 14.01 -
YUV 125.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 82 155 91 0.47 0 0.41 0.39 127.4 0.31 0.46
Hex 52 9B 5B 2F 0 29 27 7F 1F 2E
Octal 122 233 133 57 0 51 47 177 37 56
Binary 1010010 10011011 1011011 101111 0 101001 100111 1111111 11111 101110

Color Harmonies of #529B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B5B

Black with #529B5B

Text Example


Text Example

White with #529B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,155,91); }

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

background-color css

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

 a { background-color: rgb(82,155,91); }

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

border-color css

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

 span { border-color: rgb(82,155,91); }

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