Html Css Color HEX #529745 Fruit Salad

📋 copy color: '#529745'

red 82 ◦ green 151 ◦ blue 69

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

Shades of Fruit Salad #529745

Tints of Fruit Salad #529745

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50%

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 27.15%
G = 50%
B = 22.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#529745 (or 0x529745) is known color: Fruit Salad. HEX triplet: 52, 97 and 45. RGB value is (82,151,69). Sum of RGB (Red+Green+Blue) = 82+151+69=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #529745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529745 is #AD68BA. Grayscale: #797979. Windows color (decimal): -11364539 or 4560722. OLE color: 4560722.

HSL color Cylindrical-coordinate representation of color #529745: hue angle of 110.49º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #529745 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 69 -
CMYK 0.46 0 0.54 0.41
HSL 110.49º 0.37% 0.43% -
HSV(B) 110.49º 0.54% 0.59% -
XYZ 15.62 24.36 9.51 -
YUV 121.02 98.64 100.17 -
System Red Green Blue C M Y K H S L
Decimal 82 151 69 0.46 0 0.54 0.41 110.49 0.37 0.43
Hex 52 97 45 2E 0 36 29 6E 25 2B
Octal 122 227 105 56 0 66 51 156 45 53
Binary 1010010 10010111 1000101 101110 0 110110 101001 1101110 100101 101011

Color Harmonies of #529745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529745

Black with #529745

Text Example


Text Example

White with #529745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529745; }

 p { color: rgb(82,151,69); }

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

background-color css

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

 a { background-color: rgb(82,151,69); }

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

border-color css

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

 span { border-color: rgb(82,151,69); }

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