Html Css Color HEX #529653 Fruit Salad

📋 copy color: '#529653'

red 82 ◦ green 150 ◦ blue 83

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

Shades of Fruit Salad #529653

Tints of Fruit Salad #529653

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.62%

 BLUE value IS 83 (32.81% from 255) = 26.35%

R = 26.03%
G = 47.62%
B = 26.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#529653 (or 0x529653) is known color: Fruit Salad. HEX triplet: 52, 96 and 53. RGB value is (82,150,83). Sum of RGB (Red+Green+Blue) = 82+150+83=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #529653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529653 is #AD69AC. Grayscale: #7A7A7A. Windows color (decimal): -11364781 or 5477970. OLE color: 5477970.

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

Color convert

RGB 82 150 83 -
CMYK 0.45 0 0.45 0.41
HSL 120.88º 0.29% 0.45% -
HSV(B) 120.88º 0.45% 0.59% -
XYZ 15.95 24.23 12.02 -
YUV 122.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 82 150 83 0.45 0 0.45 0.41 120.88 0.29 0.45
Hex 52 96 53 2D 0 2D 29 79 1D 2D
Octal 122 226 123 55 0 55 51 171 35 55
Binary 1010010 10010110 1010011 101101 0 101101 101001 1111001 11101 101101

Color Harmonies of #529653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529653

Black with #529653

Text Example


Text Example

White with #529653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529653; }

 p { color: rgb(82,150,83); }

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

background-color css

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

 a { background-color: rgb(82,150,83); }

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

border-color css

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

 span { border-color: rgb(82,150,83); }

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