Html Css Color HEX #529C5D Fruit Salad

📋 copy color: '#529C5D'

red 82 ◦ green 156 ◦ blue 93

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

Shades of Fruit Salad #529C5D

Tints of Fruit Salad #529C5D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.13%

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 24.77%
G = 47.13%
B = 28.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#529C5D (or 0x529C5D) is known color: Fruit Salad. HEX triplet: 52, 9C and 5D. RGB value is (82,156,93). Sum of RGB (Red+Green+Blue) = 82+156+93=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #529C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C5D is #AD63A2. Grayscale: #7E7E7E. Windows color (decimal): -11363235 or 6134866. OLE color: 6134866.

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

Color convert

RGB 82 156 93 -
CMYK 0.47 0 0.40 0.39
HSL 128.92º 0.31% 0.47% -
HSV(B) 128.92º 0.47% 0.61% -
XYZ 17.34 26.36 14.53 -
YUV 126.69 108.98 96.12 -
System Red Green Blue C M Y K H S L
Decimal 82 156 93 0.47 0 0.40 0.39 128.92 0.31 0.47
Hex 52 9C 5D 2F 0 28 27 81 1F 2F
Octal 122 234 135 57 0 50 47 201 37 57
Binary 1010010 10011100 1011101 101111 0 101000 100111 10000001 11111 101111

Color Harmonies of #529C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C5D

Black with #529C5D

Text Example


Text Example

White with #529C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,156,93); }

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

background-color css

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

 a { background-color: rgb(82,156,93); }

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

border-color css

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

 span { border-color: rgb(82,156,93); }

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