Html Css Color HEX #529451 Fruit Salad

📋 copy color: '#529451'

red 82 ◦ green 148 ◦ blue 81

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

Shades of Fruit Salad #529451

Tints of Fruit Salad #529451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.05%

R = 26.37%
G = 47.59%
B = 26.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#529451 (or 0x529451) is known color: Fruit Salad. HEX triplet: 52, 94 and 51. RGB value is (82,148,81). Sum of RGB (Red+Green+Blue) = 82+148+81=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #529451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529451 is #AD6BAE. Grayscale: #787878. Windows color (decimal): -11365295 or 5346386. OLE color: 5346386.

HSL color Cylindrical-coordinate representation of color #529451: hue angle of 119.1º 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 #529451 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 81 -
CMYK 0.45 0 0.45 0.42
HSL 119.1º 0.29% 0.45% -
HSV(B) 119.1º 0.45% 0.58% -
XYZ 15.55 23.57 11.51 -
YUV 120.63 105.63 100.45 -
System Red Green Blue C M Y K H S L
Decimal 82 148 81 0.45 0 0.45 0.42 119.1 0.29 0.45
Hex 52 94 51 2D 0 2D 2A 77 1D 2D
Octal 122 224 121 55 0 55 52 167 35 55
Binary 1010010 10010100 1010001 101101 0 101101 101010 1110111 11101 101101

Color Harmonies of #529451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529451

Black with #529451

Text Example


Text Example

White with #529451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529451; }

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

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

background-color css

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

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

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

border-color css

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

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

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