Html Css Color HEX #529C46 Fruit Salad

📋 copy color: '#529C46'

red 82 ◦ green 156 ◦ blue 70

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

Shades of Fruit Salad #529C46

Tints of Fruit Salad #529C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 26.62%
G = 50.65%
B = 22.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#529C46 (or 0x529C46) is known color: Fruit Salad. HEX triplet: 52, 9C and 46. RGB value is (82,156,70). Sum of RGB (Red+Green+Blue) = 82+156+70=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #529C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C46 is #AD63B9. Grayscale: #7C7C7C. Windows color (decimal): -11363258 or 4627538. OLE color: 4627538.

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

Color convert

RGB 82 156 70 -
CMYK 0.47 0 0.55 0.39
HSL 111.63º 0.38% 0.44% -
HSV(B) 111.63º 0.55% 0.61% -
XYZ 16.47 26.01 9.95 -
YUV 124.07 97.48 97.99 -
System Red Green Blue C M Y K H S L
Decimal 82 156 70 0.47 0 0.55 0.39 111.63 0.38 0.44
Hex 52 9C 46 2F 0 37 27 70 26 2C
Octal 122 234 106 57 0 67 47 160 46 54
Binary 1010010 10011100 1000110 101111 0 110111 100111 1110000 100110 101100

Color Harmonies of #529C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C46

Black with #529C46

Text Example


Text Example

White with #529C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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