Html Css Color HEX #529944 Fruit Salad

📋 copy color: '#529944'

red 82 ◦ green 153 ◦ blue 68

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

Shades of Fruit Salad #529944

Tints of Fruit Salad #529944

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.5%

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

R = 27.06%
G = 50.5%
B = 22.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#529944 (or 0x529944) is known color: Fruit Salad. HEX triplet: 52, 99 and 44. RGB value is (82,153,68). Sum of RGB (Red+Green+Blue) = 82+153+68=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #529944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529944 is #AD66BB. Grayscale: #7A7A7A. Windows color (decimal): -11364028 or 4495698. OLE color: 4495698.

HSL color Cylindrical-coordinate representation of color #529944: hue angle of 110.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #529944 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 68 -
CMYK 0.46 0 0.56 0.4
HSL 110.12º 0.38% 0.43% -
HSV(B) 110.12º 0.56% 0.6% -
XYZ 15.91 24.99 9.45 -
YUV 122.08 97.48 99.41 -
System Red Green Blue C M Y K H S L
Decimal 82 153 68 0.46 0 0.56 0.4 110.12 0.38 0.43
Hex 52 99 44 2E 0 38 28 6E 26 2B
Octal 122 231 104 56 0 70 50 156 46 53
Binary 1010010 10011001 1000100 101110 0 111000 101000 1101110 100110 101011

Color Harmonies of #529944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529944

Black with #529944

Text Example


Text Example

White with #529944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529944; }

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

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

background-color css

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

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

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

border-color css

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

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

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