Html Css Color HEX #529948 Fruit Salad

📋 copy color: '#529948'

red 82 ◦ green 153 ◦ blue 72

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

Shades of Fruit Salad #529948

Tints of Fruit Salad #529948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 26.71%
G = 49.84%
B = 23.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#529948 (or 0x529948) is known color: Fruit Salad. HEX triplet: 52, 99 and 48. RGB value is (82,153,72). Sum of RGB (Red+Green+Blue) = 82+153+72=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #529948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529948 is #AD66B7. Grayscale: #7A7A7A. Windows color (decimal): -11364024 or 4757842. OLE color: 4757842.

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

Color convert

RGB 82 153 72 -
CMYK 0.46 0 0.53 0.4
HSL 112.59º 0.36% 0.44% -
HSV(B) 112.59º 0.53% 0.6% -
XYZ 16.04 25.04 10.12 -
YUV 122.54 99.48 99.09 -
System Red Green Blue C M Y K H S L
Decimal 82 153 72 0.46 0 0.53 0.4 112.59 0.36 0.44
Hex 52 99 48 2E 0 35 28 71 24 2C
Octal 122 231 110 56 0 65 50 161 44 54
Binary 1010010 10011001 1001000 101110 0 110101 101000 1110001 100100 101100

Color Harmonies of #529948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529948

Black with #529948

Text Example


Text Example

White with #529948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529948; }

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

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

background-color css

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

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

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

border-color css

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

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

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