Html Css Color HEX #529C5E Fruit Salad

📋 copy color: '#529C5E'

red 82 ◦ green 156 ◦ blue 94

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

Shades of Fruit Salad #529C5E

Tints of Fruit Salad #529C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 24.7%
G = 46.99%
B = 28.31%

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

#529C5E (or 0x529C5E) is known color: Fruit Salad. HEX triplet: 52, 9C and 5E. RGB value is (82,156,94). Sum of RGB (Red+Green+Blue) = 82+156+94=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #529C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C5E is #AD63A1. Grayscale: #7E7E7E. Windows color (decimal): -11363234 or 6200402. OLE color: 6200402.

HSL color Cylindrical-coordinate representation of color #529C5E: hue angle of 129.73º 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 #529C5E is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 94 -
CMYK 0.47 0 0.40 0.39
HSL 129.73º 0.31% 0.47% -
HSV(B) 129.73º 0.47% 0.61% -
XYZ 17.39 26.38 14.76 -
YUV 126.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 82 156 94 0.47 0 0.40 0.39 129.73 0.31 0.47
Hex 52 9C 5E 2F 0 28 27 82 1F 2F
Octal 122 234 136 57 0 50 47 202 37 57
Binary 1010010 10011100 1011110 101111 0 101000 100111 10000010 11111 101111

Color Harmonies of #529C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C5E

Black with #529C5E

Text Example


Text Example

White with #529C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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