Html Css Color HEX #529453 Fruit Salad

📋 copy color: '#529453'

red 82 ◦ green 148 ◦ blue 83

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

Shades of Fruit Salad #529453

Tints of Fruit Salad #529453

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

 BLUE value IS 83 (32.81% from 255) = 26.52%

R = 26.2%
G = 47.28%
B = 26.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#529453 (or 0x529453) is known color: Fruit Salad. HEX triplet: 52, 94 and 53. RGB value is (82,148,83). Sum of RGB (Red+Green+Blue) = 82+148+83=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #529453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529453 is #AD6BAC. Grayscale: #797979. Windows color (decimal): -11365293 or 5477458. OLE color: 5477458.

HSL color Cylindrical-coordinate representation of color #529453: hue angle of 120.91º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529453 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 83 -
CMYK 0.45 0 0.44 0.42
HSL 120.91º 0.29% 0.45% -
HSV(B) 120.91º 0.45% 0.58% -
XYZ 15.63 23.6 11.91 -
YUV 120.86 106.63 100.29 -
System Red Green Blue C M Y K H S L
Decimal 82 148 83 0.45 0 0.44 0.42 120.91 0.29 0.45
Hex 52 94 53 2D 0 2C 2A 79 1D 2D
Octal 122 224 123 55 0 54 52 171 35 55
Binary 1010010 10010100 1010011 101101 0 101100 101010 1111001 11101 101101

Color Harmonies of #529453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529453

Black with #529453

Text Example


Text Example

White with #529453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529453; }

 p { color: rgb(82,148,83); }

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

background-color css

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

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

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

border-color css

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

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

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