Html Css Color HEX #529644 Fruit Salad

📋 copy color: '#529644'

red 82 ◦ green 150 ◦ blue 68

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

Shades of Fruit Salad #529644

Tints of Fruit Salad #529644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.67%

R = 27.33%
G = 50%
B = 22.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#529644 (or 0x529644) is known color: Fruit Salad. HEX triplet: 52, 96 and 44. RGB value is (82,150,68). Sum of RGB (Red+Green+Blue) = 82+150+68=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #529644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529644 is #AD69BB. Grayscale: #787878. Windows color (decimal): -11364796 or 4494930. OLE color: 4494930.

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

Color convert

RGB 82 150 68 -
CMYK 0.45 0 0.55 0.41
HSL 109.76º 0.38% 0.43% -
HSV(B) 109.76º 0.55% 0.59% -
XYZ 15.43 24.02 9.29 -
YUV 120.32 98.47 100.67 -
System Red Green Blue C M Y K H S L
Decimal 82 150 68 0.45 0 0.55 0.41 109.76 0.38 0.43
Hex 52 96 44 2D 0 37 29 6E 26 2B
Octal 122 226 104 55 0 67 51 156 46 53
Binary 1010010 10010110 1000100 101101 0 110111 101001 1101110 100110 101011

Color Harmonies of #529644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529644

Black with #529644

Text Example


Text Example

White with #529644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529644; }

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

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

background-color css

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

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

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

border-color css

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

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

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