Html Css Color HEX #529952 Fruit Salad

📋 copy color: '#529952'

red 82 ◦ green 153 ◦ blue 82

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

Shades of Fruit Salad #529952

Tints of Fruit Salad #529952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.87%

R = 25.87%
G = 48.26%
B = 25.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#529952 (or 0x529952) is known color: Fruit Salad. HEX triplet: 52, 99 and 52. RGB value is (82,153,82). Sum of RGB (Red+Green+Blue) = 82+153+82=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #529952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529952 is #AD66AD. Grayscale: #7B7B7B. Windows color (decimal): -11364014 or 5413202. OLE color: 5413202.

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

Color convert

RGB 82 153 82 -
CMYK 0.46 0 0.46 0.4
HSL 120º 0.3% 0.46% -
HSV(B) 120º 0.46% 0.6% -
XYZ 16.39 25.19 11.98 -
YUV 123.68 104.48 98.27 -
System Red Green Blue C M Y K H S L
Decimal 82 153 82 0.46 0 0.46 0.4 120 0.3 0.46
Hex 52 99 52 2E 0 2E 28 78 1E 2E
Octal 122 231 122 56 0 56 50 170 36 56
Binary 1010010 10011001 1010010 101110 0 101110 101000 1111000 11110 101110

Color Harmonies of #529952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529952

Black with #529952

Text Example


Text Example

White with #529952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529952; }

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

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

background-color css

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

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

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

border-color css

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

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

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