Html Css Color HEX #529940 Fruit Salad

📋 copy color: '#529940'

red 82 ◦ green 153 ◦ blue 64

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

Shades of Fruit Salad #529940

Tints of Fruit Salad #529940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 27.42%
G = 51.17%
B = 21.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#529940 (or 0x529940) is known color: Fruit Salad. HEX triplet: 52, 99 and 40. RGB value is (82,153,64). Sum of RGB (Red+Green+Blue) = 82+153+64=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #529940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529940 is #AD66BF. Grayscale: #797979. Windows color (decimal): -11364032 or 4233554. OLE color: 4233554.

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

Color convert

RGB 82 153 64 -
CMYK 0.46 0 0.58 0.4
HSL 107.87º 0.41% 0.43% -
HSV(B) 107.87º 0.58% 0.6% -
XYZ 15.8 24.95 8.83 -
YUV 121.63 95.48 99.74 -
System Red Green Blue C M Y K H S L
Decimal 82 153 64 0.46 0 0.58 0.4 107.87 0.41 0.43
Hex 52 99 40 2E 0 3A 28 6C 29 2B
Octal 122 231 100 56 0 72 50 154 51 53
Binary 1010010 10011001 1000000 101110 0 111010 101000 1101100 101001 101011

Color Harmonies of #529940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529940

Black with #529940

Text Example


Text Example

White with #529940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529940; }

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

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

background-color css

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

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

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

border-color css

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

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

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