Html Css Color HEX #529B4A Fruit Salad

📋 copy color: '#529B4A'

red 82 ◦ green 155 ◦ blue 74

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

Shades of Fruit Salad #529B4A

Tints of Fruit Salad #529B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 26.37%
G = 49.84%
B = 23.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#529B4A (or 0x529B4A) is known color: Fruit Salad. HEX triplet: 52, 9B and 4A. RGB value is (82,155,74). Sum of RGB (Red+Green+Blue) = 82+155+74=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #529B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B4A is #AD64B5. Grayscale: #7C7C7C. Windows color (decimal): -11363510 or 4889426. OLE color: 4889426.

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

Color convert

RGB 82 155 74 -
CMYK 0.47 0 0.52 0.39
HSL 114.07º 0.35% 0.45% -
HSV(B) 114.07º 0.52% 0.61% -
XYZ 16.44 25.73 10.58 -
YUV 123.94 99.82 98.09 -
System Red Green Blue C M Y K H S L
Decimal 82 155 74 0.47 0 0.52 0.39 114.07 0.35 0.45
Hex 52 9B 4A 2F 0 34 27 72 23 2D
Octal 122 233 112 57 0 64 47 162 43 55
Binary 1010010 10011011 1001010 101111 0 110100 100111 1110010 100011 101101

Color Harmonies of #529B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B4A

Black with #529B4A

Text Example


Text Example

White with #529B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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