Html Css Color HEX #529258 Fruit Salad

📋 copy color: '#529258'

red 82 ◦ green 146 ◦ blue 88

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

Shades of Fruit Salad #529258

Tints of Fruit Salad #529258

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.2%

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 25.95%
G = 46.2%
B = 27.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#529258 (or 0x529258) is known color: Fruit Salad. HEX triplet: 52, 92 and 58. RGB value is (82,146,88). Sum of RGB (Red+Green+Blue) = 82+146+88=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #529258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529258 is #AD6DA7. Grayscale: #787878. Windows color (decimal): -11365800 or 5804626. OLE color: 5804626.

HSL color Cylindrical-coordinate representation of color #529258: hue angle of 125.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529258 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 146 88 -
CMYK 0.44 0 0.40 0.43
HSL 125.63º 0.28% 0.45% -
HSV(B) 125.63º 0.44% 0.57% -
XYZ 15.52 23.06 12.86 -
YUV 120.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 82 146 88 0.44 0 0.40 0.43 125.63 0.28 0.45
Hex 52 92 58 2C 0 28 2B 7E 1C 2D
Octal 122 222 130 54 0 50 53 176 34 55
Binary 1010010 10010010 1011000 101100 0 101000 101011 1111110 11100 101101

Color Harmonies of #529258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529258

Black with #529258

Text Example


Text Example

White with #529258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529258; }

 p { color: rgb(82,146,88); }

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

background-color css

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

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

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

border-color css

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

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

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