Html Css Color HEX #529E5D Fruit Salad

📋 copy color: '#529E5D'

red 82 ◦ green 158 ◦ blue 93

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

Shades of Fruit Salad #529E5D

Tints of Fruit Salad #529E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.45%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 24.62%
G = 47.45%
B = 27.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#529E5D (or 0x529E5D) is known color: Fruit Salad. HEX triplet: 52, 9E and 5D. RGB value is (82,158,93). Sum of RGB (Red+Green+Blue) = 82+158+93=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #529E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E5D is #AD61A2. Grayscale: #808080. Windows color (decimal): -11362723 or 6135378. OLE color: 6135378.

HSL color Cylindrical-coordinate representation of color #529E5D: hue angle of 128.68º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529E5D is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 158 93 -
CMYK 0.48 0 0.41 0.38
HSL 128.68º 0.32% 0.47% -
HSV(B) 128.68º 0.48% 0.62% -
XYZ 17.68 27.04 14.64 -
YUV 127.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 82 158 93 0.48 0 0.41 0.38 128.68 0.32 0.47
Hex 52 9E 5D 30 0 29 26 81 20 2F
Octal 122 236 135 60 0 51 46 201 40 57
Binary 1010010 10011110 1011101 110000 0 101001 100110 10000001 100000 101111

Color Harmonies of #529E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529E5D

Black with #529E5D

Text Example


Text Example

White with #529E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529E5D; }

 p { color: rgb(82,158,93); }

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

background-color css

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

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

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

border-color css

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

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

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