Html Css Color HEX #539A49 Fruit Salad

📋 copy color: '#539A49'

red 83 ◦ green 154 ◦ blue 73

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

Shades of Fruit Salad #539A49

Tints of Fruit Salad #539A49

RGB

 RED value IS 83 (32.81% from 255) = 26.77%

 GREEN value IS 154 (60.55% from 255) = 49.68%

 BLUE value IS 73 (28.91% from 255) = 23.55%

R = 26.77%
G = 49.68%
B = 23.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#539A49 (or 0x539A49) is known color: Fruit Salad. HEX triplet: 53, 9A and 49. RGB value is (83,154,73). Sum of RGB (Red+Green+Blue) = 83+154+73=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #539A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539A49 is #AC65B6. Grayscale: #7B7B7B. Windows color (decimal): -11298231 or 4823635. OLE color: 4823635.

HSL color Cylindrical-coordinate representation of color #539A49: hue angle of 112.59º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #539A49 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 154 73 -
CMYK 0.46 0 0.53 0.40
HSL 112.59º 0.36% 0.45% -
HSV(B) 112.59º 0.53% 0.6% -
XYZ 16.33 25.43 10.35 -
YUV 123.54 99.48 99.09 -
System Red Green Blue C M Y K H S L
Decimal 83 154 73 0.46 0 0.53 0.40 112.59 0.36 0.45
Hex 53 9A 49 2E 0 35 28 71 24 2D
Octal 123 232 111 56 0 65 50 161 44 55
Binary 1010011 10011010 1001001 101110 0 110101 101000 1110001 100100 101101

Color Harmonies of #539A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539A49

Black with #539A49

Text Example


Text Example

White with #539A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539A49; }

 p { color: rgb(83,154,73); }

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

background-color css

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

 a { background-color: rgb(83,154,73); }

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

border-color css

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

 span { border-color: rgb(83,154,73); }

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