Html Css Color HEX #529943 Fruit Salad

📋 copy color: '#529943'

red 82 ◦ green 153 ◦ blue 67

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

Shades of Fruit Salad #529943

Tints of Fruit Salad #529943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.19%

R = 27.15%
G = 50.66%
B = 22.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#529943 (or 0x529943) is known color: Fruit Salad. HEX triplet: 52, 99 and 43. RGB value is (82,153,67). Sum of RGB (Red+Green+Blue) = 82+153+67=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #529943 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529943 is #AD66BC. Grayscale: #7A7A7A. Windows color (decimal): -11364029 or 4430162. OLE color: 4430162.

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

Color convert

RGB 82 153 67 -
CMYK 0.46 0 0.56 0.4
HSL 109.53º 0.39% 0.43% -
HSV(B) 109.53º 0.56% 0.6% -
XYZ 15.88 24.98 9.29 -
YUV 121.97 96.98 99.49 -
System Red Green Blue C M Y K H S L
Decimal 82 153 67 0.46 0 0.56 0.4 109.53 0.39 0.43
Hex 52 99 43 2E 0 38 28 6E 27 2B
Octal 122 231 103 56 0 70 50 156 47 53
Binary 1010010 10011001 1000011 101110 0 111000 101000 1101110 100111 101011

Color Harmonies of #529943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529943

Black with #529943

Text Example


Text Example

White with #529943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529943; }

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

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

background-color css

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

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

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

border-color css

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

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

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